Searched refs:addHistoryEventLocked (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 2392 void addHistoryEventLocked(long elapsedRealtimeMs, long uptimeMs, int code, in addHistoryEventLocked() method in BatteryStatsImpl 2505 addHistoryEventLocked(elapsedRealtime, uptime, code, name, uid); in noteEventLocked() 2544 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_PROC_START, name, uid); in noteProcessStartLocked() 2581 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_PROC_FINISH, name, uid); in noteProcessFinishLocked() 2592 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_SYNC_START, name, uid); in noteSyncStartLocked() 2603 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_SYNC_FINISH, name, uid); in noteSyncFinishLocked() 2614 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_JOB_START, name, uid); in noteJobStartLocked() 2625 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_JOB_FINISH, name, uid); in noteJobFinishLocked() 2650 addHistoryEventLocked(mSecRealtime, mSecUptime, in setRecordAllHistoryLocked() 2665 addHistoryEventLocked(mSecRealtime, mSecUptime, in setRecordAllHistoryLocked() [all …]
|