Searched defs:historyTag (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 32 String historyTag); in acquireWakeLock() 39 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 165 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() 198 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 233 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockReleased()
|
D | PowerManagerService.java | 847 WorkSource ws, String historyTag, int uid, int pid) { in acquireWakeLockInternal() 983 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag, in updateWakeLockWorkSourceInternal() 1032 String packageName, int uid, int pid, WorkSource ws, String historyTag) { in notifyWakeLockChangingLocked() 3007 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in WakeLock() 3033 WorkSource workSource, String historyTag, int ownerUid, int ownerPid) { in updateProperties() 3188 WorkSource ws, String historyTag) { in acquireWakeLock() 3251 public void updateWakeLockWorkSource(IBinder lock, WorkSource ws, String historyTag) { in updateWakeLockWorkSource()
|