Searched defs:newWs (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/com/android/internal/app/ |
| D | IBatteryStats.aidl | 122 int type, in WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSource() 178 void noteWifiRunningChanged(in WorkSource oldWs, in WorkSource newWs); in noteWifiRunningChanged()
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | BatteryStatsService.java | 1415 final String historyName, final int type, final WorkSource newWs, final int newPid, in noteChangeWakelockFromSource() 1621 public void noteGpsChanged(final WorkSource oldWs, final WorkSource newWs) { in noteGpsChanged() 2170 public void noteWifiRunningChanged(final WorkSource oldWs, final WorkSource newWs) { in noteWifiRunningChanged()
|
| /frameworks/base/services/core/java/com/android/server/power/stats/ |
| D | BatteryStatsImpl.java | 5147 String historyName, int type, WorkSource newWs, int newPid, String newName, in noteChangeWakelockFromSourceLocked() 5409 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs) { in noteGpsChangedLocked() 5414 public void noteGpsChangedLocked(WorkSource oldWs, WorkSource newWs, in noteGpsChangedLocked() 6933 public void noteWifiRunningChangedLocked(WorkSource oldWs, WorkSource newWs, in noteWifiRunningChangedLocked()
|