Searched defs:historyTag (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 268 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockAcquired() 303 String historyTag) { in onLongPartialWakeLockStart() 328 String historyTag) { in onLongPartialWakeLockFinish() 356 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockChanging() 398 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased() 408 int ownerUid, int ownerPid, WorkSource workSource, String historyTag, in onWakeLockReleased()
|
/frameworks/base/core/java/android/os/ |
D | IPowerManager.aidl | 31 String historyTag, int displayId, IWakeLockCallback callback); in acquireWakeLock() 43 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() 125 in WorkSource ws, String historyTag); in acquireWakeLockAsync()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsHistoryIterator.java | 300 BatteryStats.HistoryTag historyTag = mHistoryTags.get(index); in readHistoryTag() local
|
D | BatteryStatsHistory.java | 2426 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolString() local 2437 HistoryTag historyTag = mHistoryTags.get(index); in getHistoryTagPoolUid() local
|