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.aidl82 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
84 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
86 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
91 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
93 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
94 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
96 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
97 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java978 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock()
993 final String historyName, final int type) { in noteStopWakelock()
1008 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource()
1024 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource()
1044 final String historyName, final int type) { in noteStopWakelockFromSource()
1060 public void noteLongPartialWakelockStart(final String name, final String historyName, in noteLongPartialWakelockStart()
1076 public void noteLongPartialWakelockStartFromSource(final String name, final String historyName, in noteLongPartialWakelockStartFromSource()
1093 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish()
1109 public void noteLongPartialWakelockFinishFromSource(final String name, final String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4282 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
4288 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
4353 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
4359 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
4437 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked()
4443 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked()
4447 noteStartWakeLocked(ws.getUid(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local
4455 noteStartWakeLocked(wc.getAttributionUid(), pid, wc, name, historyName, type, in noteStartWakeFromSourceLocked() local
4462 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
4470 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
[all …]