Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl37 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, int type); in noteStartWakelockFromSource() method
/frameworks/base/services/java/com/android/server/am/
DBatteryStatsService.java119 public void noteStartWakelockFromSource(WorkSource ws, int pid, String name, int type) { in noteStartWakelockFromSource() method in BatteryStatsService
/frameworks/base/services/java/com/android/server/
DPowerManagerService.java754 mBatteryStats.noteStartWakelockFromSource(ws, wl.pid, wl.tag, in noteStartWakeLocked()