Rabbit-R1/android (non root)/smali/smali_classes3/tech/rabbit/r1systemupdater/service/IUpdateService$Default.smali

83 lines
1.7 KiB
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public Ltech/rabbit/r1systemupdater/service/IUpdateService$Default;
.super Ljava/lang/Object;
.source "IUpdateService.java"
# interfaces
.implements Ltech/rabbit/r1systemupdater/service/IUpdateService;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Ltech/rabbit/r1systemupdater/service/IUpdateService;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Default"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 8
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public asBinder()Landroid/os/IBinder;
.locals 0
const/4 p0, 0x0
return-object p0
.end method
.method public bind(Ltech/rabbit/r1systemupdater/service/IUpdateCallback;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
return-void
.end method
.method public check(Ltech/rabbit/r1systemupdater/service/ICheckCallback;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
return-void
.end method
.method public unbind()V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
return-void
.end method
.method public update(Ltech/rabbit/r1systemupdater/model/UpdateConfig;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
return-void
.end method