Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java185 config.setAaaServerTrustedNames(null); in verifyParcelWithoutAaaServerTrustedNames()
300 config.setAaaServerTrustedNames(null); in validateConfigWithoutAaaServerTrustedNames()
727 passpointConfiguration.setAaaServerTrustedNames(aaaServerTrustedNames); in testValidatePasspointConfig()
730 passpointConfiguration.setAaaServerTrustedNames(null); in testValidatePasspointConfig()
DPasspointTestUtils.java140 config.setAaaServerTrustedNames( in createConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1143 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredential()
1160 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1176 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1239 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1536 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialAndNonBase64Password()
DPasspointXmlUtilsTest.java196 config.setAaaServerTrustedNames(aaaServerTrustedNames); in createFullPasspointConfiguration()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java143 public void setAaaServerTrustedNames(@Nullable String[] aaaServerTrustedNames) { in setAaaServerTrustedNames() method in PasspointConfiguration
1098 config.setAaaServerTrustedNames(in.createStringArray());
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java205 config.setAaaServerTrustedNames( in generateConfigurationFromPPSMOTree()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java289 config.setAaaServerTrustedNames(deserializeAaaServerTrustedNames( in deserializePasspointConfiguration()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1725 config.setAaaServerTrustedNames(parseAaaServerTrustedNames(child)); in parseVendorAndroidExtension()