Searched defs:historyTag (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 260 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired() 292 String historyTag) { in onLongPartialWakeLockStart() 317 String historyTag) { in onLongPartialWakeLockFinish() 345 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 387 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IPowerManager.aidl | 31 String historyTag, int displayId, IWakeLockCallback callback); in acquireWakeLock() 43 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() 124 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsHistoryIterator.java | 320 BatteryStats.HistoryTag historyTag = mHistoryTags.get(index); in readHistoryTag() local
|
H A D | BatteryStatsHistory.java | 2003 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolString() local 2012 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolUid() local
|