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

/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java421 String historyName, int type, WorkSource newWs, int newPid, String newName,
426 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
420 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2864 String historyName, int type, WorkSource newWs, int newPid, String newName,
2873 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
2863 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument

Completed in 70 milliseconds