73 lines
1.8 KiB
Smali
73 lines
1.8 KiB
Smali
.class public Lcom/moji/api/service/APIBGService;
|
|
.super Landroid/app/Service;
|
|
.source "APIBGService.java"
|
|
|
|
|
|
# instance fields
|
|
.field private a:Ljava/util/concurrent/ConcurrentHashMap;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/concurrent/ConcurrentHashMap<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private b:Landroid/os/IBinder;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Landroid/app/Service;-><init>()V
|
|
|
|
.line 18
|
|
new-instance v0, Lcom/moji/api/service/APIBGService$1;
|
|
|
|
invoke-direct {v0, p0}, Lcom/moji/api/service/APIBGService$1;-><init>(Lcom/moji/api/service/APIBGService;)V
|
|
|
|
iput-object v0, p0, Lcom/moji/api/service/APIBGService;->b:Landroid/os/IBinder;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method static synthetic a(Lcom/moji/api/service/APIBGService;)Ljava/util/concurrent/ConcurrentHashMap;
|
|
.locals 0
|
|
|
|
.line 15
|
|
iget-object p0, p0, Lcom/moji/api/service/APIBGService;->a:Ljava/util/concurrent/ConcurrentHashMap;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onBind(Landroid/content/Intent;)Landroid/os/IBinder;
|
|
.locals 0
|
|
|
|
.line 48
|
|
iget-object p1, p0, Lcom/moji/api/service/APIBGService;->b:Landroid/os/IBinder;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public onCreate()V
|
|
.locals 1
|
|
|
|
.line 53
|
|
invoke-super {p0}, Landroid/app/Service;->onCreate()V
|
|
|
|
.line 54
|
|
new-instance v0, Ljava/util/concurrent/ConcurrentHashMap;
|
|
|
|
invoke-direct {v0}, Ljava/util/concurrent/ConcurrentHashMap;-><init>()V
|
|
|
|
iput-object v0, p0, Lcom/moji/api/service/APIBGService;->a:Ljava/util/concurrent/ConcurrentHashMap;
|
|
|
|
return-void
|
|
.end method
|