Searched refs:noteLongPartialWakelockStart (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 82 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart() method
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | Notifier.java | 212 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, workSource.get(i)); in onLongPartialWakeLockStart() 215 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid); in onLongPartialWakeLockStart()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 513 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart() method in BatteryStatsService 516 mStats.noteLongPartialWakelockStart(name, historyName, uid); in noteLongPartialWakelockStart()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3871 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart() method in BatteryStatsImpl
|