Home
last modified time | relevance | path

Searched refs:noteStopWakelockFromSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl76 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() method
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java245 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, in onWakeLockReleased()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java430 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() method in BatteryStatsService