Home
last modified time | relevance | path

Searched refs:aaaServerTrustedNames (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointXmlUtilsTest.java195 String[] aaaServerTrustedNames = new String[] {"www.google.com", "www.android.com"}; in createFullPasspointConfiguration() local
196 config.setAaaServerTrustedNames(aaaServerTrustedNames); in createFullPasspointConfiguration()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java543 XmlSerializer out, String[] aaaServerTrustedNames) in serializeAaaServerTrustedNames() argument
545 if (null == aaaServerTrustedNames) return; in serializeAaaServerTrustedNames()
546 if (aaaServerTrustedNames.length == 0) return; in serializeAaaServerTrustedNames()
549 for (String fqdn: aaaServerTrustedNames) { in serializeAaaServerTrustedNames()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointConfigurationTest.java726 String[] aaaServerTrustedNames = new String[MAX_NUMBER_OF_ENTRIES + 1]; in testValidatePasspointConfig() local
727 passpointConfiguration.setAaaServerTrustedNames(aaaServerTrustedNames); in testValidatePasspointConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java143 public void setAaaServerTrustedNames(@Nullable String[] aaaServerTrustedNames) { in setAaaServerTrustedNames() argument
144 mAaaServerTrustedNames = aaaServerTrustedNames; in setAaaServerTrustedNames()