Searched defs:historyName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java443 public void noteStartWakelock(int uid, int pid, String name, String historyName, int type, argument
447 mStats.noteStartWakeLocked(uid, pid, name, historyName, type, unimportantForLogging,
452 public void noteStopWakelock(int uid, int pid, String name, String historyName, int type) { argument
455 mStats.noteStopWakeLocked(uid, pid, name, historyName, type,
461 String historyName, int type, boolean unimportantForLogging) {
464 mStats.noteStartWakeFromSourceLocked(ws, pid, name, historyName,
470 String historyName, int type, WorkSource newWs, int newPid, String newName,
474 mStats.noteChangeWakelockFromSourceLocked(ws, pid, name, historyName, type,
479 public void noteStopWakelockFromSource(WorkSource ws, int pid, String name, String historyName, argument
483 mStats.noteStopWakeFromSourceLocked(ws, pid, name, historyName, typ
460 noteStartWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
469 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
487 noteLongPartialWakelockStart(String name, String historyName, int uid) argument
494 noteLongPartialWakelockFinish(String name, String historyName, int uid) argument
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3360 public void noteStartWakeLocked(int uid, int pid, String name, String historyName, int type, argument
3367 if (historyName == null) {
3368 historyName = name;
3371 if (mActiveEvents.updateState(HistoryItem.EVENT_WAKE_LOCK_START, historyName,
3374 HistoryItem.EVENT_WAKE_LOCK_START, historyName, uid);
3382 mHistoryCur.wakelockTag.string = mInitialAcquireWakeName = historyName;
3392 mHistoryCur.wakelockTag.string = mInitialAcquireWakeName = historyName;
3413 public void noteStopWakeLocked(int uid, int pid, String name, String historyName, int type, argument
3419 if (historyName == null) {
3420 historyName
3448 noteStartWakeFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, boolean unimportantForLogging) argument
3459 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
3478 noteStopWakeFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type) argument
3488 noteLongPartialWakelockStart(String name, String historyName, int uid) argument
3503 noteLongPartialWakelockFinish(String name, String historyName, int uid) argument
[all...]

Completed in 117 milliseconds