Home
last modified time | relevance | path

Searched defs:newWs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl91 int type, in WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource()
121 void noteWifiRunningChanged(in WorkSource oldWs, in WorkSource newWs); in noteWifiRunningChanged()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java1053 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource()
1211 public void noteGpsChanged(final WorkSource oldWs, final WorkSource newWs) { in noteGpsChanged()
1674 public void noteWifiRunningChanged(final WorkSource oldWs, final WorkSource newWs) { in noteWifiRunningChanged()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5363 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
5372 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked()
5689 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs) { in noteGpsChangedLocked()
5694 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs, in noteGpsChangedLocked()
7438 public void noteWifiRunningChangedLocked(WorkSource oldWs, WorkSource newWs) { in noteWifiRunningChangedLocked()
7444 public void noteWifiRunningChangedLocked(WorkSource oldWs, WorkSource newWs, in noteWifiRunningChangedLocked()