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

/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java470 String historyName, int type, WorkSource newWs, int newPid, String newName,
475 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
737 public void noteWifiRunningChanged(WorkSource oldWs, WorkSource newWs) { argument
740 mStats.noteWifiRunningChangedLocked(oldWs, newWs);
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
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3260 String historyName, int type, WorkSource newWs, int newPid, String newName,
3267 final int NN = newWs.size();
3269 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
4282 public void noteWifiRunningChangedLocked(WorkSource oldWs, WorkSource newWs) { argument
4290 N = newWs.size();
4292 int uid = mapUid(newWs.get(i));
3259 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 710 milliseconds