Home
last modified time | relevance | path

Searched defs:historyName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl71 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
73 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
75 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
80 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
82 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
83 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java443 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock()
452 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock()
461 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource()
470 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
479 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
487 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart()
494 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3360 public void noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, in noteStartWakeLocked()
3413 public void noteStopWakeLocked(int uid, int pid, String name, String historyName, int type, in noteStopWakeLocked()
3449 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked()
3454 noteStartWakeLocked(ws.get(i), pid, name, historyName, type, unimportantForLogging, in noteStartWakeFromSourceLocked() local
3460 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
3474 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime); in noteChangeWakelockFromSourceLocked() local
3479 String historyName, int type) { in noteStopWakeFromSourceLocked()
3484 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime); in noteStopWakeFromSourceLocked() local
3488 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart()
3503 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()