HomeSort by relevance Sort by last modified time
    Searched refs:noteStopWakelockFromSource (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 38 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, int type);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 126 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, int type) {
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 772 mBatteryStats.noteStopWakelockFromSource(ws, wl.pid, wl.tag,
    [all...]

Completed in 426 milliseconds