Searched refs:wcs (Results 1 – 2 of 2) sorted by relevance
99 public SupplicantStateTracker(Context c, WifiConfigManager wcs, in SupplicantStateTracker() argument104 mWifiConfigManager = wcs; in SupplicantStateTracker()
4362 List<WorkChain> wcs = ws.getWorkChains(); in noteStartWakeFromSourceLocked() local4363 if (wcs != null) { in noteStartWakeFromSourceLocked()4364 for (int i = 0; i < wcs.size(); ++i) { in noteStartWakeFromSourceLocked()4365 final WorkChain wc = wcs.get(i); in noteStartWakeFromSourceLocked()4378 List<WorkChain>[] wcs = WorkSource.diffChains(ws, newWs); in noteChangeWakelockFromSourceLocked() local4390 if (wcs != null) { in noteChangeWakelockFromSourceLocked()4391 List<WorkChain> newChains = wcs[0]; in noteChangeWakelockFromSourceLocked()4408 if (wcs != null) { in noteChangeWakelockFromSourceLocked()4409 List<WorkChain> goneChains = wcs[1]; in noteChangeWakelockFromSourceLocked()4430 List<WorkChain> wcs = ws.getWorkChains(); in noteStopWakeFromSourceLocked() local[all …]