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.aidl74 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
76 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
78 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
83 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
85 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
86 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
88 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
89 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java500 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock()
510 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock()
519 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource()
528 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
537 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
546 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart()
554 public void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
563 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()
571 public void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4353 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
4417 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
4493 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked()
4498 noteStartWakeLocked(ws.get(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local
4506 noteStartWakeLocked(wc.getAttributionUid(), pid, wc, name, historyName, type, in noteStartWakeFromSourceLocked() local
4513 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
4545 noteStopWakeLocked(ws.get(i), pid, null, name, historyName, type, elapsedRealtime, in noteChangeWakelockFromSourceLocked() local
4554 historyName, type, elapsedRealtime, uptime); in noteChangeWakelockFromSourceLocked() local
4561 String historyName, int type) { in noteStopWakeFromSourceLocked()
4566 noteStopWakeLocked(ws.get(i), pid, null, name, historyName, type, elapsedRealtime, in noteStopWakeFromSourceLocked() local
[all …]