Searched defs:historyName (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 71 void noteStartWakelock(int uid, int pid, String name, String historyName, in noteStartWakelock() 73 void noteStopWakelock(int uid, int pid, String name, String historyName, int type); in noteStopWakelock() 75 void noteStartWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStartWakelockFromSource() 80 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 82 void noteLongPartialWakelockStart(String name, String historyName, int uid); in noteLongPartialWakelockStart() 83 void noteLongPartialWakelockFinish(String name, String historyName, int uid); in noteLongPartialWakelockFinish()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 469 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, in noteStartWakelock() 478 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { in noteStopWakelock() 487 String historyName, int type, boolean unimportantForLogging) { in noteStartWakelockFromSource() 496 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() 505 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, in noteStopWakelockFromSource() 513 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart() 520 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 3743 public void noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, in noteStartWakeLocked() 3796 public void noteStopWakeLocked(int uid, int pid, String name, String historyName, int type, in noteStopWakeLocked() 3832 String historyName, int type, boolean unimportantForLogging) { in noteStartWakeFromSourceLocked() 3837 noteStartWakeLocked(ws.get(i), pid, name, historyName, type, unimportantForLogging, in noteStartWakeFromSourceLocked() local 3843 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 3857 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime); in noteChangeWakelockFromSourceLocked() local 3862 String historyName, int type) { in noteStopWakeFromSourceLocked() 3867 noteStopWakeLocked(ws.get(i), pid, name, historyName, type, elapsedRealtime, uptime); in noteStopWakeFromSourceLocked() local 3871 public void noteLongPartialWakelockStart(String name, String historyName, int uid) { in noteLongPartialWakelockStart() 3886 public void noteLongPartialWakelockFinish(String name, String historyName, int uid) { in noteLongPartialWakelockFinish()
|