Files
rr3-apk/smali_classes2/com/google/android/gms/identitycredentials/internal/IIdentityCredentialService$Stub.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

66 lines
2.0 KiB
Smali

.class public abstract Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService$Stub;
.super Lcom/google/android/gms/internal/identity_credentials/zzb;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "Stub"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService$Stub$Proxy;
}
.end annotation
# direct methods
.method public static asInterface(Landroid/os/IBinder;)Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService;
.locals 2
.param p0 # Landroid/os/IBinder;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
if-nez p0, :cond_0
const/4 p0, 0x0
return-object p0
:cond_0
const-string v0, "com.google.android.gms.identitycredentials.internal.IIdentityCredentialService"
.line 1
invoke-interface {p0, v0}, Landroid/os/IBinder;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;
move-result-object v0
instance-of v1, v0, Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService;
if-eqz v1, :cond_1
.line 2
check-cast v0, Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService;
return-object v0
:cond_1
new-instance v0, Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService$Stub$Proxy;
invoke-direct {v0, p0}, Lcom/google/android/gms/identitycredentials/internal/IIdentityCredentialService$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
return-object v0
.end method