Searched refs:isPasspoint (Results 1 – 11 of 11) sorted by relevance
434 if (isPasspoint()) { in updateKey()706 if (config.isPasspoint()) { in getKey()756 if (isPasspoint() || isPasspointConfig() || isOsuProvider()) { in matches()795 if (config.isPasspoint()) { in matches()796 return (isPasspoint() && config.getKey().equals(mConfig.getKey())); in matches()828 if (!config.isPasspoint() && !isSameSsidOrBssid(wifiInfo)) { in matches()839 if (isPasspoint() || isOsuProvider()) { in matches()975 if (isPasspoint()) { in updateBestRssiInfo()998 if (isPasspoint() || isPasspointConfig()) { in getSecurityString()1080 if (mConfig != null && mConfig.isPasspoint()) { in getConfigName()[all …]
46 if (network.isPasspoint()) { in getAllConfigs()
154 when(spyConfig.isPasspoint()).thenReturn(true); in testCompareTo_GivesNull()1184 when(spyConfig.isPasspoint()).thenReturn(true); in testUpdate_passpointWifiInfo_updatesPasspointAccessPoint()1217 when(spyConfig.isPasspoint()).thenReturn(true); in testUpdate_nonPasspointWifiInfo_doesNotUpdatePasspointAccessPoint()1236 when(spyConfig.isPasspoint()).thenReturn(true); in testGetKey_matchesKeysCorrectly()1299 when(spyConfig.isPasspoint()).thenReturn(true); in testPasspointAccessPointConstructor_createdAccessPointIsPasspoint()1303 assertThat(passpointAccessPoint.isPasspoint()).isTrue(); in testPasspointAccessPointConstructor_createdAccessPointIsPasspoint()1313 when(spyConfig.isPasspoint()).thenReturn(true); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()1331 when(spyConfig.isPasspoint()).thenReturn(true); in testGetScanResults_showsHomeAndRoamingScans()1346 when(spyConfig.isPasspoint()).thenReturn(true); in testPasspointAccessPoint_setsBestSsid()
290 when(config.isPasspoint()).thenReturn(true); in buildPasspointConfiguration()1043 assertTrue(ap.isPasspoint()); in updatePasspointAccessPoints_returnedAccessPointsArePasspoint()
182 if (config.isPasspoint()) { in configMatches()
89 .filter(wifiConfig -> wifiConfig.isPasspoint() in PasspointNetworkDetailsTracker()
134 if (!wifiConfig.isPasspoint()) { in PasspointWifiEntry()
405 if (forSavedNetworksPage && !wifiConfiguration.isPasspoint()) { in getDisconnectedDescription()
698 if (config.isPasspoint()) { in updateWifiConfigurations()
721 when(wifiConfig.isPasspoint()).thenReturn(true); in testGetWifiEntries_connectToPasspoint_returnsSamePasspointWifiEntry()874 when(config.isPasspoint()).thenReturn(true); in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry()915 when(config.isPasspoint()).thenReturn(true); in testGetConnectedEntry_passpointWithoutScans_returnsPasspointEntry()
754 return WifiInfo.sanitizeSsid(config.isPasspoint()