Home
last modified time | relevance | path

Searched refs:historyTag (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java210 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) { in onWakeLockAcquired() argument
225 historyTag, monitorType, unimportantForLogging); in onWakeLockAcquired()
227 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag, in onWakeLockAcquired()
241 String historyTag) { in onLongPartialWakeLockStart() argument
249 mBatteryStats.noteLongPartialWakelockStartFromSource(tag, historyTag, workSource); in onLongPartialWakeLockStart()
251 workSource, tag, historyTag, in onLongPartialWakeLockStart()
254 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart()
257 historyTag, in onLongPartialWakeLockStart()
266 String historyTag) { in onLongPartialWakeLockFinish() argument
274 mBatteryStats.noteLongPartialWakelockFinishFromSource(tag, historyTag, workSource); in onLongPartialWakeLockFinish()
[all …]
DPowerManagerService.java1278 WorkSource ws, String historyTag, int uid, int pid) {
1294 uid, pid, ws, historyTag);
1295 wakeLock.updateProperties(flags, tag, packageName, ws, historyTag, uid, pid);
1306 wakeLock = new WakeLock(lock, flags, tag, packageName, ws, historyTag, uid, pid,
1450 private void updateWakeLockWorkSourceInternal(IBinder lock, WorkSource ws, String historyTag,
1472 ws, historyTag);
1473 wakeLock.mHistoryTag = historyTag;
1531 String packageName, int uid, int pid, WorkSource ws, String historyTag) {
1535 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag);
4462 WorkSource workSource, String historyTag, int ownerUid, int ownerPid,
[all …]
/frameworks/base/core/java/android/os/
DIPowerManager.aidl34 String historyTag); in acquireWakeLock() argument
47 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag); in updateWakeLockWorkSource() argument