Searched refs:noteLongPartialWakelockFinish (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 83 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish() method
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 233 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, workSource.get(i)); in onLongPartialWakeLockFinish() 236 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid); in onLongPartialWakeLockFinish()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 520 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish() method in BatteryStatsService 523 mStats.noteLongPartialWakelockFinish(name, historyName, uid); in noteLongPartialWakelockFinish()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3886 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish() method in BatteryStatsImpl
|