Searched refs:noteLongPartialWakelockFinish (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 133 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish() method
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 341 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid); in onLongPartialWakeLockFinish()
|
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/ |
D | BatteryStatsNoteTest.java | 283 bi.noteLongPartialWakelockFinish(name, historyName, ISOLATED_UID); in testNoteLongPartialWakelockStart_isolatedUid() 341 bi.noteLongPartialWakelockFinish(name, historyName, ISOLATED_UID); in testNoteLongPartialWakelockStart_isolatedUidRace()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 1467 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish() method in BatteryStatsService 1476 mStats.noteLongPartialWakelockFinish(name, historyName, uid, in noteLongPartialWakelockFinish()
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | BatteryStatsImpl.java | 4535 noteLongPartialWakelockFinish("name1", "historyName1", 1000, in createFakeHistoryEvents() 5263 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish() method in BatteryStatsImpl 5264 noteLongPartialWakelockFinish(name, historyName, uid, in noteLongPartialWakelockFinish() 5269 public void noteLongPartialWakelockFinish(String name, String historyName, int uid, in noteLongPartialWakelockFinish() method in BatteryStatsImpl
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 71740 Lcom/android/internal/app/IBatteryStats$Stub$Proxy;->noteLongPartialWakelockFinish(Ljava/lang/Strin… 71911 Lcom/android/internal/app/IBatteryStats;->noteLongPartialWakelockFinish(Ljava/lang/String;Ljava/lan… 73883 Lcom/android/internal/os/BatteryStatsImpl;->noteLongPartialWakelockFinish(Ljava/lang/String;Ljava/l…
|