Searched refs:addHistoryEventLocked (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | BatteryStatsImpl.java | 3861 public void addHistoryEventLocked(long elapsedRealtimeMs, long uptimeMs, int code, in addHistoryEventLocked() method in BatteryStatsImpl 4057 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, code, name, uid); in noteEventLocked() 4151 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, HistoryItem.EVENT_PROC_FINISH, in noteProcessFinishLocked() 4180 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, HistoryItem.EVENT_SYNC_FINISH, in noteSyncFinishLocked() 4353 addHistoryEventLocked(mSecRealtime, mSecUptime, in setRecordAllHistoryLocked() 4368 addHistoryEventLocked(mSecRealtime, mSecUptime, in setRecordAllHistoryLocked() 4412 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, in noteStartWakeLocked() 4486 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, in noteStopWakeLocked() 5498 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, HistoryItem.EVENT_ACTIVE, in noteDeviceIdleModeLocked() 5579 addHistoryEventLocked(elapsedRealtimeMs, uptimeMs, in notePackageUninstalledLocked() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryExternalStatsWorker.java | 638 mStats.addHistoryEventLocked( in updateExternalStatsLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 77368 Lcom/android/internal/os/BatteryStatsImpl;->addHistoryEventLocked(JJILjava/lang/String;I)V
|