Home
last modified time | relevance | path

Searched refs:setAaaServerTrustedNames (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java178 config.setAaaServerTrustedNames(null); in verifyParcelWithoutAaaServerTrustedNames()
293 config.setAaaServerTrustedNames(null); in validateConfigWithoutAaaServerTrustedNames()
DPasspointTestUtils.java137 config.setAaaServerTrustedNames( in createConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1122 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredential()
1139 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1155 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1218 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1515 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialAndNonBase64Password()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java107 public void setAaaServerTrustedNames(@Nullable String[] aaaServerTrustedNames) { in setAaaServerTrustedNames() method in PasspointConfiguration
970 config.setAaaServerTrustedNames(in.createStringArray());
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java205 config.setAaaServerTrustedNames( in generateConfigurationFromPPSMOTree()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1725 config.setAaaServerTrustedNames(parseAaaServerTrustedNames(child)); in parseVendorAndroidExtension()