Home
last modified time | relevance | path

Searched refs:mHistoryTag (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DPowerManager.java1140 private String mHistoryTag; field in PowerManager.WakeLock
1233 mHistoryTag); in acquireLocked()
1329 mService.updateWakeLockWorkSource(mToken, mWorkSource, mHistoryTag); in setWorkSource()
1344 mHistoryTag = tag; in setHistoryTag()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1006 wakeLock.mHistoryTag = historyTag; in updateWakeLockWorkSourceInternal()
1027 wakeLock.mHistoryTag); in notifyWakeLockAcquiredLocked()
1036 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag); in notifyWakeLockChangingLocked()
1045 wakeLock.mWorkSource, wakeLock.mHistoryTag); in notifyWakeLockReleasedLocked()
3000 public String mHistoryTag; field in PowerManagerService.WakeLock
3013 mHistoryTag = historyTag; in WakeLock()
3049 mHistoryTag = historyTag; in updateProperties()