Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java165 config.setAaaServerTrustedNames(null); in verifyParcelWithoutAaaServerTrustedNames()
279 config.setAaaServerTrustedNames(null); in validateConfigWithoutAaaServerTrustedNames()
DPasspointTestUtils.java136 config.setAaaServerTrustedNames( in createConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1096 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredential()
1113 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1129 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1192 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1433 config.setAaaServerTrustedNames(TEST_TRUSTED_NAME); in getWifiConfigWithUserCredentialAndNonBase64Password()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java99 public void setAaaServerTrustedNames(@Nullable String[] aaaServerTrustedNames) { in setAaaServerTrustedNames() method in PasspointConfiguration
810 config.setAaaServerTrustedNames(in.createStringArray());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
DPpsMoParserTest.java138 config.setAaaServerTrustedNames( in generateConfigurationFromPPSMOTree()
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
DPpsMoParser.java1666 config.setAaaServerTrustedNames(parseAaaServerTrustedNames(child)); in parseVendorAndroidExtension()