Searched refs:noteLongPartialWakelockFinish (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | IBatteryStats.aidl | 127 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | Notifier.java | 330 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid); in onLongPartialWakeLockFinish()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BatteryStatsService.java | 1255 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish() method in BatteryStatsService 1264 mStats.noteLongPartialWakelockFinish(name, historyName, uid, in noteLongPartialWakelockFinish()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | BatteryStatsNoteTest.java | 264 bi.noteLongPartialWakelockFinish(name, historyName, ISOLATED_UID); in testNoteLongPartialWakelockStart_isolatedUid() 320 bi.noteLongPartialWakelockFinish(name, historyName, ISOLATED_UID); in testNoteLongPartialWakelockStart_isolatedUidRace()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 4211 noteLongPartialWakelockFinish("name1", "historyName1", 1000, in createFakeHistoryEvents() 4994 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish() method in BatteryStatsImpl 4995 noteLongPartialWakelockFinish(name, historyName, uid, in noteLongPartialWakelockFinish() 5000 public void noteLongPartialWakelockFinish(String name, String historyName, int uid, in noteLongPartialWakelockFinish() method in BatteryStatsImpl
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 72383 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->noteLongPartialWakelockFinish(Ljava/lang/Strin… 72554 Lcom/android/internal/app/IBatteryStats;->noteLongPartialWakelockFinish(Ljava/lang/String;Ljava/lan… 74526 Lcom/android/internal/os/BatteryStatsImpl;->noteLongPartialWakelockFinish(Ljava/lang/String;Ljava/l…
|