Files
rr3-apk/smali/com/android/vending/licensing/ILicensingService$Stub.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

64 lines
1.5 KiB
Smali

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