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()
4359 List<WorkChain> wcs = ws.getWorkChains(); in noteStartWakeFromSourceLocked() local4360 if (wcs != null) { in noteStartWakeFromSourceLocked()4361 for (int i = 0; i < wcs.size(); ++i) { in noteStartWakeFromSourceLocked()4362 final WorkChain wc = wcs.get(i); in noteStartWakeFromSourceLocked()4375 List<WorkChain>[] wcs = WorkSource.diffChains(ws, newWs); in noteChangeWakelockFromSourceLocked() local4387 if (wcs != null) { in noteChangeWakelockFromSourceLocked()4388 List<WorkChain> newChains = wcs[0]; in noteChangeWakelockFromSourceLocked()4405 if (wcs != null) { in noteChangeWakelockFromSourceLocked()4406 List<WorkChain> goneChains = wcs[1]; in noteChangeWakelockFromSourceLocked()4427 List<WorkChain> wcs = ws.getWorkChains(); in noteStopWakeFromSourceLocked() local[all …]