File tree Expand file tree Collapse file tree
services.jar.out/smali/com/android/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99.end annotation
1010
1111.annotation system L dalvik/annotation/InnerClass ;
12- accessFlags = 0xa
12+ accessFlags = 0x8 # change 0xa -> 0x8
1313 name = " Alarm "
1414.end annotation
1515
2121
2222.field public operation :L android/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
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
6567
6668 iput-object p13 , p0 , L com/android/server/AlarmManagerService$Alarm ; ->workSource :L android/os/WorkSource ;
6769
70+ #add
71+ invoke-static {}, L android/os/Binder ; ->getCallingUid ()I
72+
73+ move-result v0
74+
75+ iput v0 , p0 , L com/android/server/AlarmManagerService$Alarm ; ->uid :I
76+
77+ invoke-static {}, L android/os/Binder ; ->getCallingPid ()I
78+
79+ move-result v0
80+
81+ iput v0 , p0 , L com/android/server/AlarmManagerService$Alarm ; ->pid :I
82+ #add
83+
6884 return-void
6985.end method
7086
You can’t perform that action at this time.
0 commit comments