apkfuckery/com.discord/smali/com/discord/stores/StoreMediaEngine$Experiment...

140 lines
3.5 KiB
Smali

.class public final Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
.super Ljava/lang/Object;
.source "StoreMediaEngine.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/stores/StoreMediaEngine;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "ExperimentConfig"
.end annotation
# instance fields
.field public final noiseCancellationExperimentEnabled:Z
# direct methods
.method public constructor <init>(Z)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-boolean p1, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
return-void
.end method
.method public static synthetic copy$default(Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;ZILjava/lang/Object;)Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
.locals 0
and-int/lit8 p2, p2, 0x1
if-eqz p2, :cond_0
iget-boolean p1, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
:cond_0
invoke-virtual {p0, p1}, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->copy(Z)Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public final component1()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
return v0
.end method
.method public final copy(Z)Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
.locals 1
new-instance v0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
invoke-direct {v0, p1}, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;-><init>(Z)V
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 1
if-eq p0, p1, :cond_1
instance-of v0, p1, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
if-eqz v0, :cond_0
check-cast p1, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;
iget-boolean v0, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
iget-boolean p1, p1, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
if-ne v0, p1, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
return p1
:cond_1
:goto_0
const/4 p1, 0x1
return p1
.end method
.method public final getNoiseCancellationExperimentEnabled()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
return v0
.end method
.method public hashCode()I
.locals 1
iget-boolean v0, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
if-eqz v0, :cond_0
const/4 v0, 0x1
:cond_0
return v0
.end method
.method public toString()Ljava/lang/String;
.locals 3
const-string v0, "ExperimentConfig(noiseCancellationExperimentEnabled="
invoke-static {v0}, Lf/e/c/a/a;->F(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
iget-boolean v1, p0, Lcom/discord/stores/StoreMediaEngine$ExperimentConfig;->noiseCancellationExperimentEnabled:Z
const-string v2, ")"
invoke-static {v0, v1, v2}, Lf/e/c/a/a;->B(Ljava/lang/StringBuilder;ZLjava/lang/String;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method