HomeSort by relevance Sort by last modified time
    Searched defs:noteStartWakelock (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 97 public void noteStartWakelock(int uid, int pid, String name, int type) {
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 745 mBatteryStats.noteStartWakelock(wl.uid, wl.pid, wl.tag, wl.monitorType);
    [all...]

Completed in 23 milliseconds