Searched refs:mLostConfigsDbg (Results 1 – 2 of 2) sorted by relevance
117 HashSet<String> mLostConfigsDbg = new HashSet<String>(); field in WifiNetworkHistory365 mLostConfigsDbg.add(value); in readNetworkHistory()
305 private HashSet<String> mLostConfigsDbg = new HashSet<String>(); field in WifiConfigManager2978 if (mLostConfigsDbg != null && mLostConfigsDbg.size() > 0) {2980 for (String s : mLostConfigsDbg) {