Searched refs:addHistoryEventLocked (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryExternalStatsWorker.java | 444 mStats.addHistoryEventLocked( in updateExternalStatsLocked()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3917 public void addHistoryEventLocked(long elapsedRealtimeMs, long uptimeMs, int code, in addHistoryEventLocked() method in BatteryStatsImpl 4082 addHistoryEventLocked(elapsedRealtime, uptime, code, name, uid); in noteEventLocked() 4120 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_PROC_START, name, uid); in noteProcessStartLocked() 4159 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_PROC_FINISH, name, uid); in noteProcessFinishLocked() 4170 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_SYNC_START, name, uid); in noteSyncStartLocked() 4181 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_SYNC_FINISH, name, uid); in noteSyncFinishLocked() 4192 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_JOB_START, name, uid); in noteJobStartLocked() 4203 addHistoryEventLocked(elapsedRealtime, uptime, HistoryItem.EVENT_JOB_FINISH, name, uid); in noteJobFinishLocked() 4232 addHistoryEventLocked(elapsedRealtime, uptime, historyItem, name, uid); in noteAlarmStartOrFinishLocked() 4241 addHistoryEventLocked(elapsedRealtime, uptime, historyItem, name, uid); in noteAlarmStartOrFinishLocked() [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 38780 HSPLcom/android/internal/os/BatteryStatsImpl;->addHistoryEventLocked(JJILjava/lang/String;I)V
|