Searched refs:matchInfo (Results 1 – 4 of 4) sorted by relevance
296 public final ScanResultMatchInfo matchInfo; // Contains the SSID and security type field in WifiCandidates.Key300 public Key(ScanResultMatchInfo matchInfo, in Key() argument303 this.matchInfo = matchInfo; in Key()312 return (this.matchInfo.equals(that.matchInfo) in equals()319 return Objects.hash(matchInfo, bssid, networkId); in hashCode()375 key.matchInfo.networkSsid, in add()378 WifiScoreCardProto.SecurityType.forNumber(key.matchInfo.networkType)); in add()
2100 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(scanResult); in incrementAvailableNetworksHistograms() local2145 ssids.add(matchInfo); in incrementAvailableNetworksHistograms()2147 boolean isOpen = matchInfo.networkType == WifiConfiguration.SECURITY_TYPE_OPEN; in incrementAvailableNetworksHistograms()2154 openSsids.add(matchInfo); in incrementAvailableNetworksHistograms()2158 savedSsids.add(matchInfo); in incrementAvailableNetworksHistograms()
2975 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromWifiConfiguration(wifiConfig); in handleNetworkDisconnect() local2976 mWifiInjector.getWakeupController().setLastDisconnectInfo(matchInfo); in handleNetworkDisconnect()
709 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in lastConnectedNetworkAddedToLock() local714 mWakeupController.setLastDisconnectInfo(matchInfo); in lastConnectedNetworkAddedToLock()717 verify(mWakeupLock).setLock(eq(Collections.singleton(matchInfo))); in lastConnectedNetworkAddedToLock()735 ScanResultMatchInfo matchInfo = ScanResultMatchInfo.fromScanResult(mTestScanResult); in expiredLastConnectedNetworkNotAddedToLock() local740 mWakeupController.setLastDisconnectInfo(matchInfo); in expiredLastConnectedNetworkNotAddedToLock()