Files
rr3-apk/smali_classes2/com/bda/controller/IControllerService$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.4 KiB
Smali

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