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/power/
Notifier.java 170 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag, monitorType);
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 128 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, int type) {

Completed in 335 milliseconds