Searched defs:historyTag (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 301 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired() 339 String historyTag) { in onLongPartialWakeLockStart() 364 String historyTag) { in onLongPartialWakeLockFinish() 392 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 444 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased() 455 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased() 1203 String historyTag) { in notifyWakeLockListener() 1228 WorkSource workSource, String packageName, String historyTag, long currentTime) { in notifyWakelockAcquisition() 1256 WorkSource workSource, String packageName, String historyTag, long currentTime) { in notifyWakelockRelease() 1278 String historyTag, int monitorType, WorkSource newWorkSource, int newOwnerPid, in notifyWakelockChanging()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 32 String historyTag, int displayId, IWakeLockCallback callback); in acquireWakeLock() 44 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() 133 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsHistoryIterator.java | 346 BatteryStats.HistoryTag historyTag = mHistoryTags.get(index); in readHistoryTag() local
|
D | BatteryStatsHistory.java | 2326 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolString() local 2337 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolUid() local
|