Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DPowerManager.java1020 private String mHistoryTag; field in PowerManager.WakeLock
1112 mHistoryTag); in acquireLocked()
1206 mService.updateWakeLockWorkSource(mToken, mWorkSource, mHistoryTag); in setWorkSource()
1220 mHistoryTag = tag; in setHistoryTag()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java933 wakeLock.mHistoryTag = historyTag; in updateWakeLockWorkSourceInternal()
954 wakeLock.mHistoryTag); in notifyWakeLockAcquiredLocked()
963 wakeLock.mHistoryTag, flags, tag, packageName, uid, pid, ws, historyTag); in notifyWakeLockChangingLocked()
972 wakeLock.mWorkSource, wakeLock.mHistoryTag); in notifyWakeLockReleasedLocked()
2835 public String mHistoryTag; field in PowerManagerService.WakeLock
2848 mHistoryTag = historyTag; in WakeLock()
2884 mHistoryTag = historyTag; in updateProperties()