Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl124 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock()
127 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock()
130 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource()
137 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource()
140 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart()
142 void noteLongPartialWakelockStartFromSource(String name, String historyName, in noteLongPartialWakelockStartFromSource()
145 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
147 void noteLongPartialWakelockFinishFromSource(String name, String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsNoteTest.java237 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUid() local
280 String historyName = "historyName"; in testNoteStartWakeLocked_isolatedUidRace() local
327 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUid() local
377 String historyName = "historyName"; in testNoteLongPartialWakelockStart_isolatedUidRace() local
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1586 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelock()
1604 final String historyName, final int type) { in noteStopWakelock()
1622 final String historyName, final int type, final boolean unimportantForLogging) { in noteStartWakelockFromSource()
1641 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource()
1664 final String historyName, final int type) { in noteStopWakelockFromSource()
1682 public void noteLongPartialWakelockStart(final String name, final String historyName, in noteLongPartialWakelockStart()
1700 public void noteLongPartialWakelockStartFromSource(final String name, final String historyName, in noteLongPartialWakelockStartFromSource()
1719 public void noteLongPartialWakelockFinish(final String name, final String historyName, in noteLongPartialWakelockFinish()
1737 public void noteLongPartialWakelockFinishFromSource(final String name, final String historyName, in noteLongPartialWakelockFinishFromSource()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsHistory.java1235 public void recordWakelockStartEvent(long elapsedRealtimeMs, long uptimeMs, String historyName, in recordWakelockStartEvent()
1248 public boolean maybeUpdateWakelockTag(long elapsedRealtimeMs, long uptimeMs, String historyName, in maybeUpdateWakelockTag()
1269 public void recordWakelockStopEvent(long elapsedRealtimeMs, long uptimeMs, String historyName, in recordWakelockStopEvent()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5009 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
5016 public void noteStartWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStartWakeLocked()
5074 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
5081 public void noteStopWakeLocked(int uid, int pid, WorkChain wc, String name, String historyName, in noteStopWakeLocked()
5162 String historyName, int type, boolean unimportantForLogging, in noteStartWakeFromSourceLocked()
5166 noteStartWakeLocked(ws.getUid(i), pid, null, name, historyName, type, in noteStartWakeFromSourceLocked() local
5174 noteStartWakeLocked(wc.getAttributionUid(), pid, wc, name, historyName, type, in noteStartWakeFromSourceLocked() local
5182 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
5212 noteStopWakeLocked(ws.getUid(i), pid, null, name, historyName, type, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
5221 historyName, type, elapsedRealtimeMs, uptimeMs); in noteChangeWakelockFromSourceLocked() local
[all …]