Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl84 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
86 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
88 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
93 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
95 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
96 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
98 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
99 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsNoteTest.java169 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUid() local
209 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUidRace() local
255 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUid() local
309 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUidRace() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1007 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock()
1022 final String historyName, final int type) { in noteStopWakelock()
1037 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource()
1053 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource()
1073 final String historyName, final int type) { in noteStopWakelockFromSource()
1089 public void noteLongPartialWakelockStart(final String name, final String historyName, in noteLongPartialWakelockStart()
1105 public void noteLongPartialWakelockStartFromSource(final String name, final String historyName, in noteLongPartialWakelockStartFromSource()
1122 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish()
1138 public void noteLongPartialWakelockFinishFromSource(final String name, final String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5167 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
5174 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
5245 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
5252 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
5336 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked()
5343 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked()
5347 noteStartWakeLocked(ws.getUid(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local
5355 noteStartWakeLocked(wc.getAttributionUid(), pid, wc, name, historyName, type, in noteStartWakeFromSourceLocked() local
5363 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
5372 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
[all …]