Searched refs:scanResultMatchInfoEntries (Results 1 – 1 of 1) sorted by relevance
64 Iterator<Map.Entry<ScanResultMatchInfo, WifiConfiguration>> scanResultMatchInfoEntries = in remove() local66 while (scanResultMatchInfoEntries.hasNext()) { in remove()67 if (scanResultMatchInfoEntries.next().getValue().networkId == netID) { in remove()68 scanResultMatchInfoEntries.remove(); in remove()