Searched refs:localWs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1290 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteWakupAlarm() local 1296 mStats.noteWakupAlarmLocked(name, uid, localWs, tag, in noteWakupAlarm() 1305 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteAlarmStart() local 1311 mStats.noteAlarmStartLocked(name, localWs, uid, elapsedRealtime, uptime); in noteAlarmStart() 1319 final WorkSource localWs = workSource != null ? new WorkSource(workSource) : null; in noteAlarmFinish() local 1325 mStats.noteAlarmFinishLocked(name, localWs, uid, elapsedRealtime, uptime); in noteAlarmFinish() 1373 final WorkSource localWs = ws != null ? new WorkSource(ws) : null; in noteStartWakelockFromSource() local 1379 mStats.noteStartWakeFromSourceLocked(localWs, pid, name, historyName, in noteStartWakelockFromSource() 1394 final WorkSource localWs = ws != null ? new WorkSource(ws) : null; in noteChangeWakelockFromSource() local 1401 mStats.noteChangeWakelockFromSourceLocked(localWs, pid, name, historyName, type, in noteChangeWakelockFromSource() [all …]
|