Files
rr3-apk/smali/androidx/credentials/CredentialManager$prepareGetCredential$2$callback$1.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

146 lines
4.6 KiB
Smali

.class public final Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/credentials/CredentialManagerCallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Landroidx/credentials/CredentialManager;->prepareGetCredential$suspendImpl(Landroidx/credentials/CredentialManager;Landroidx/credentials/GetCredentialRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroidx/credentials/CredentialManagerCallback<",
"Landroidx/credentials/PrepareGetCredentialResponse;",
"Landroidx/credentials/exceptions/GetCredentialException;",
">;"
}
.end annotation
# instance fields
.field final synthetic $continuation:Lkotlinx/coroutines/CancellableContinuation;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lkotlinx/coroutines/CancellableContinuation;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lkotlinx/coroutines/CancellableContinuation;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lkotlinx/coroutines/CancellableContinuation;",
")V"
}
.end annotation
iput-object p1, p0, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->$continuation:Lkotlinx/coroutines/CancellableContinuation;
.line 217
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onError(Landroidx/credentials/exceptions/GetCredentialException;)V
.locals 2
const-string v0, "e"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget-object v0, p0, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->$continuation:Lkotlinx/coroutines/CancellableContinuation;
.line 226
invoke-interface {v0}, Lkotlinx/coroutines/CancellableContinuation;->isActive()Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->$continuation:Lkotlinx/coroutines/CancellableContinuation;
.line 227
sget-object v1, Lkotlin/Result;->Companion:Lkotlin/Result$Companion;
invoke-static {p1}, Lkotlin/ResultKt;->createFailure(Ljava/lang/Throwable;)Ljava/lang/Object;
move-result-object p1
invoke-static {p1}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
invoke-interface {v0, p1}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
:cond_0
return-void
.end method
.method public bridge synthetic onError(Ljava/lang/Object;)V
.locals 0
.line 217
check-cast p1, Landroidx/credentials/exceptions/GetCredentialException;
invoke-virtual {p0, p1}, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->onError(Landroidx/credentials/exceptions/GetCredentialException;)V
return-void
.end method
.method public onResult(Landroidx/credentials/PrepareGetCredentialResponse;)V
.locals 1
const-string v0, "result"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget-object v0, p0, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->$continuation:Lkotlinx/coroutines/CancellableContinuation;
.line 220
invoke-interface {v0}, Lkotlinx/coroutines/CancellableContinuation;->isActive()Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->$continuation:Lkotlinx/coroutines/CancellableContinuation;
.line 221
invoke-static {p1}, Lkotlin/Result;->constructor-impl(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
invoke-interface {v0, p1}, Lkotlin/coroutines/Continuation;->resumeWith(Ljava/lang/Object;)V
:cond_0
return-void
.end method
.method public bridge synthetic onResult(Ljava/lang/Object;)V
.locals 0
.line 217
check-cast p1, Landroidx/credentials/PrepareGetCredentialResponse;
invoke-virtual {p0, p1}, Landroidx/credentials/CredentialManager$prepareGetCredential$2$callback$1;->onResult(Landroidx/credentials/PrepareGetCredentialResponse;)V
return-void
.end method