Files
rr3-apk/smali_classes3/com/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

136 lines
4.8 KiB
Smali

.class public final enum Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/ump/ConsentInformation;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "PrivacyOptionsRequirementStatus"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;",
">;"
}
.end annotation
# static fields
.field public static final enum NOT_REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field public static final enum REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field public static final enum UNKNOWN:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end field
.field private static final synthetic zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
# direct methods
.method static constructor <clinit>()V
.locals 5
.line 1
new-instance v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v1, "UNKNOWN"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->UNKNOWN:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
new-instance v1, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v2, "NOT_REQUIRED"
const/4 v3, 0x1
.line 2
invoke-direct {v1, v2, v3}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->NOT_REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
new-instance v2, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
const-string v3, "REQUIRED"
const/4 v4, 0x2
.line 3
invoke-direct {v2, v3, v4}, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;-><init>(Ljava/lang/String;I)V
sput-object v2, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->REQUIRED:Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
filled-new-array {v0, v1, v2}, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
move-result-object v0
sput-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.locals 1
.param p0 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
const-class v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.line 1
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-object p0
.end method
.method public static values()[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.locals 1
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
sget-object v0, Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->zza:[Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
.line 1
invoke-virtual {v0}, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/google/android/ump/ConsentInformation$PrivacyOptionsRequirementStatus;
return-object v0
.end method