-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathContextImpl$JobSchedulerServiceFetcher.smali
More file actions
53 lines (36 loc) · 1.29 KB
/
ContextImpl$JobSchedulerServiceFetcher.smali
File metadata and controls
53 lines (36 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.class final Landroid/app/ContextImpl$JobSchedulerServiceFetcher;
.super Landroid/app/ContextImpl$ServiceFetcher;
.source "ContextImpl.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/app/ContextImpl;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.prologue
.line 604
invoke-direct {p0}, Landroid/app/ContextImpl$ServiceFetcher;-><init>()V
return-void
.end method
# virtual methods
.method public createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
.locals 3
.param p1, "ctx" # Landroid/app/ContextImpl;
.prologue
.line 606
const-string v1, "jobscheduler"
invoke-static {v1}, Landroid/os/ServiceManager;->getService(Ljava/lang/String;)Landroid/os/IBinder;
move-result-object v0
.line 607
.local v0, "b":Landroid/os/IBinder;
new-instance v1, Landroid/app/JobSchedulerImpl;
invoke-static {v0}, Landroid/app/job/IJobScheduler$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/job/IJobScheduler;
move-result-object v2
invoke-direct {v1, v2}, Landroid/app/JobSchedulerImpl;-><init>(Landroid/app/job/IJobScheduler;)V
return-object v1
.end method