Files
rr3-apk/smali/androidx/credentials/GetCredentialResponse.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

99 lines
3.2 KiB
Smali

.class public final Landroidx/credentials/GetCredentialResponse;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/credentials/GetCredentialResponse$Companion;
}
.end annotation
# static fields
.field public static final Companion:Landroidx/credentials/GetCredentialResponse$Companion;
.field private static final EXTRA_CREDENTIAL_DATA:Ljava/lang/String; = "androidx.credentials.provider.extra.EXTRA_CREDENTIAL_DATA"
.field private static final EXTRA_CREDENTIAL_TYPE:Ljava/lang/String; = "androidx.credentials.provider.extra.EXTRA_CREDENTIAL_TYPE"
# instance fields
.field private final credential:Landroidx/credentials/Credential;
# direct methods
.method static constructor <clinit>()V
.locals 2
new-instance v0, Landroidx/credentials/GetCredentialResponse$Companion;
const/4 v1, 0x0
invoke-direct {v0, v1}, Landroidx/credentials/GetCredentialResponse$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
sput-object v0, Landroidx/credentials/GetCredentialResponse;->Companion:Landroidx/credentials/GetCredentialResponse$Companion;
return-void
.end method
.method public constructor <init>(Landroidx/credentials/Credential;)V
.locals 1
const-string v0, "credential"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
.line 28
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroidx/credentials/GetCredentialResponse;->credential:Landroidx/credentials/Credential;
return-void
.end method
.method public static final asBundle(Landroidx/credentials/GetCredentialResponse;)Landroid/os/Bundle;
.locals 1
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
sget-object v0, Landroidx/credentials/GetCredentialResponse;->Companion:Landroidx/credentials/GetCredentialResponse$Companion;
invoke-virtual {v0, p0}, Landroidx/credentials/GetCredentialResponse$Companion;->asBundle(Landroidx/credentials/GetCredentialResponse;)Landroid/os/Bundle;
move-result-object p0
return-object p0
.end method
.method public static final fromBundle(Landroid/os/Bundle;)Landroidx/credentials/GetCredentialResponse;
.locals 1
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
sget-object v0, Landroidx/credentials/GetCredentialResponse;->Companion:Landroidx/credentials/GetCredentialResponse$Companion;
invoke-virtual {v0, p0}, Landroidx/credentials/GetCredentialResponse$Companion;->fromBundle(Landroid/os/Bundle;)Landroidx/credentials/GetCredentialResponse;
move-result-object p0
return-object p0
.end method
# virtual methods
.method public final getCredential()Landroidx/credentials/Credential;
.locals 1
iget-object v0, p0, Landroidx/credentials/GetCredentialResponse;->credential:Landroidx/credentials/Credential;
return-object v0
.end method