Skip to content

Commit faca728

Browse files
author
mochangming
committed
Upload updates
1 parent 2829e7f commit faca728

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

services.jar.out/smali/com/android/server/AlarmManagerService$Alarm.smali

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.end annotation
1010

1111
.annotation system Ldalvik/annotation/InnerClass;
12-
accessFlags = 0xa
12+
accessFlags = 0x8 # change 0xa -> 0x8
1313
name = "Alarm"
1414
.end annotation
1515

@@ -21,10 +21,12 @@
2121

2222
.field public operation:Landroid/app/PendingIntent;
2323

24+
.field public pid:I # add
2425
.field public repeatInterval:J
2526

2627
.field public type:I
2728

29+
.field public uid:I # add
2830
.field public when:J
2931

3032
.field public whenElapsed:J
@@ -36,7 +38,7 @@
3638

3739
# direct methods
3840
.method public constructor <init>(IJJJJJLandroid/app/PendingIntent;Landroid/os/WorkSource;)V
39-
.locals 0
41+
.locals 1 # change 0->1
4042
.param p1, "_type" # I
4143
.param p2, "_when" # J
4244
.param p4, "_whenElapsed" # J
@@ -65,6 +67,20 @@
6567

6668
iput-object p13, p0, Lcom/android/server/AlarmManagerService$Alarm;->workSource:Landroid/os/WorkSource;
6769

70+
#add
71+
invoke-static {}, Landroid/os/Binder;->getCallingUid()I
72+
73+
move-result v0
74+
75+
iput v0, p0, Lcom/android/server/AlarmManagerService$Alarm;->uid:I
76+
77+
invoke-static {}, Landroid/os/Binder;->getCallingPid()I
78+
79+
move-result v0
80+
81+
iput v0, p0, Lcom/android/server/AlarmManagerService$Alarm;->pid:I
82+
#add
83+
6884
return-void
6985
.end method
7086

0 commit comments

Comments
 (0)