Searched refs:getPasspointFqdn (Results 1 – 11 of 11) sorted by relevance
153 when(wifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetSummary_connectedWifiNetwork_showsConnected()189 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(FQDN); in testGetSpeed_connected_useWifiInfoRssiForSpeed()
606 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(fqdn); in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry()
87 assertEquals(TEST_FQDN, readWifiInfo.getPasspointFqdn()); in testWifiInfoParcelWriteRead()
594 return TextUtils.equals(wifiInfo.getPasspointFqdn(), mFqdn); in connectionInfoMatches()
754 public @Nullable String getPasspointFqdn() { in getPasspointFqdn() method in WifiInfo
871 public String getPasspointFqdn() { in getPasspointFqdn() method in AccessPoint1332 && TextUtils.equals(info.getPasspointFqdn(), mConfig.FQDN) in isInfoForThisAccessPoint()
682 assertThat(ap.getPasspointFqdn()).isEqualTo(fqdn);
1635 assertNull(connectionInfo.getPasspointFqdn()); in testConnectedIdsAreHiddenFromAppWithoutPermission()1655 assertNull(connectionInfo.getPasspointFqdn()); in testConnectedIdsAreHiddenOnSecurityException()1672 assertEquals(TEST_FQDN, connectionInfo.getPasspointFqdn()); in testConnectedIdsAreVisibleFromPermittedApp()
1310 assertEquals(WifiConfigurationTestUtil.TEST_FQDN, wifiInfo.getPasspointFqdn()); in connectPasspointAp()1343 assertNull(wifiInfo.getPasspointFqdn()); in testResetWifiInfoPasspointFields()
279 method @Nullable public String getPasspointFqdn();
31359 method @Nullable public String getPasspointFqdn();