Searched refs:getPasspointFqdn (Results 1 – 5 of 5) sorted by relevance
149 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetSummary_connectedWifiNetwork_showsConnected()175 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetSummary_connectedButNotDefault_doesNotShowConnected()192 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetSecurityTypes_connectedWifiNetwork_showsCurrentSecurityType()235 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testShouldShowXLevelIcon_unvalidatedOrLowQuality_returnsTrue()276 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetMacAddress_wifiInfoAvailable_usesWifiInfoMacAddress()307 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testCanSignIn_captivePortalCapability_returnsTrue()329 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testUpdateNetworkCapabilities_userConnect_autoOpenCaptivePortalOnce()359 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testDisconnect_noScansOrWifiConfig_disconnectIsSuccessful()
1323 when(mMockWifiInfo.getPasspointFqdn()).thenReturn("fqdn"); in testGetWifiEntries_connectToPasspoint_returnsSamePasspointWifiEntry()1389 when(mMockWifiInfo.getPasspointFqdn()).thenReturn("fqdn"); in testGetConnectedWifiEntry_twoPasspointsSameFqdn_returnsCorrectEntry()1754 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(fqdn); in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry()1794 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(fqdn); in testGetConnectedEntry_passpointWithoutScans_returnsPasspointEntry()
574 return TextUtils.equals(wifiInfo.getPasspointFqdn(), mFqdn); in connectionInfoMatches()
882 public String getPasspointFqdn() { in getPasspointFqdn() method in AccessPoint1345 && TextUtils.equals(info.getPasspointFqdn(), mConfig.FQDN) in isInfoForThisAccessPoint()
693 assertThat(ap.getPasspointFqdn()).isEqualTo(fqdn);