Searched refs:oldWs (Results 1 – 3 of 3) sorted by relevance
57 void noteWifiRunningChanged(in WorkSource oldWs, in WorkSource newWs); in noteWifiRunningChanged() argument
293 public void noteWifiRunningChanged(WorkSource oldWs, WorkSource newWs) { in noteWifiRunningChanged() argument296 mStats.noteWifiRunningChangedLocked(oldWs, newWs); in noteWifiRunningChanged()
2262 public void noteWifiRunningChangedLocked(WorkSource oldWs, WorkSource newWs) { in noteWifiRunningChangedLocked() argument2264 int N = oldWs.size(); in noteWifiRunningChangedLocked()2266 getUidStatsLocked(oldWs.get(i)).noteWifiStoppedLocked(); in noteWifiRunningChangedLocked()