Searched refs:localWs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 936 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteWakupAlarm() local 942 mStats.noteWakupAlarmLocked(name, uid, localWs, tag, in noteWakupAlarm() 951 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteAlarmStart() local 957 mStats.noteAlarmStartLocked(name, localWs, uid, elapsedRealtime, uptime); in noteAlarmStart() 965 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteAlarmFinish() local 971 mStats.noteAlarmFinishLocked(name, localWs, uid, elapsedRealtime, uptime); in noteAlarmFinish() 1010 final WorkSource localWs = ws != null ? new WorkSource(ws) : null; in noteStartWakelockFromSource() local 1016 mStats.noteStartWakeFromSourceLocked(localWs, pid, name, historyName, in noteStartWakelockFromSource() 1028 final WorkSource localWs = ws != null ? new WorkSource(ws) : null; in noteChangeWakelockFromSource() local 1035 mStats.noteChangeWakelockFromSourceLocked(localWs, pid, name, historyName, type, in noteChangeWakelockFromSource() [all …]
|