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.aidl77 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
79 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
81 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
86 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
88 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
89 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
91 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
92 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java509 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock()
519 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock()
528 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource()
537 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
546 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
555 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart()
563 public void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
572 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()
580 public void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4220 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
4284 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
4361 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked()
4366 noteStartWakeLocked(ws.getUid(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local
4374 noteStartWakeLocked(wc.getAttributionUid(), pid, wc, name, historyName, type, in noteStartWakeFromSourceLocked() local
4381 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
4413 noteStopWakeLocked(ws.getUid(i), pid, null, name, historyName, type, elapsedRealtime, in noteChangeWakelockFromSourceLocked() local
4422 historyName, type, elapsedRealtime, uptime); in noteChangeWakelockFromSourceLocked() local
4429 String historyName, int type) { in noteStopWakeFromSourceLocked()
4434 noteStopWakeLocked(ws.getUid(i), pid, null, name, historyName, type, elapsedRealtime, in noteStopWakeFromSourceLocked() local
[all …]