Searched refs:fqdn (Results 1 – 7 of 7) sorted by relevance
202 public TestAccessPointBuilder setFqdn(String fqdn) { in setFqdn() argument203 mFqdn = fqdn; in setFqdn()
77 result.putString(FQDN_KEY, id.fqdn); in toPersistableBundle()
286 private static WifiConfiguration buildPasspointConfiguration(String fqdn, String friendlyName) { in buildPasspointConfiguration() argument288 config.FQDN = fqdn; in buildPasspointConfiguration()318 String fqdn, String friendlyName) { in createPasspointMatchingWifiConfigWithScanResults() argument330 matchingList.add(new Pair(buildPasspointConfiguration(fqdn, friendlyName), in createPasspointMatchingWifiConfigWithScanResults()
688 String fqdn = "Test.com";690 AccessPoint ap = new TestAccessPointBuilder(mContext).setFqdn(fqdn)693 assertThat(ap.getPasspointFqdn()).isEqualTo(fqdn);
1334 String fqdn, String friendlyName, String username) { in createPasspointConfig() argument1337 homeSp1.setFqdn(fqdn); in createPasspointConfig()1728 final String fqdn = "fqdn"; in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry() local1734 homeSp.setFqdn(fqdn); in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry()1754 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(fqdn); in testGetConnectedEntry_alreadyConnectedToPasspoint_returnsPasspointEntry()1768 final String fqdn = "fqdn"; in testGetConnectedEntry_passpointWithoutScans_returnsPasspointEntry() local1774 homeSp.setFqdn(fqdn); in testGetConnectedEntry_passpointWithoutScans_returnsPasspointEntry()1794 when(mMockWifiInfo.getPasspointFqdn()).thenReturn(fqdn); in testGetConnectedEntry_passpointWithoutScans_returnsPasspointEntry()
760 return "@" + ((IkeFqdnIdentification) ident).fqdn; in getUserIdentityFromIkeSession()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...