Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointTestUtils.java162 config.setServiceFriendlyNames(friendlyNames); in createConfig()
DPasspointConfigurationTest.java111 config.setServiceFriendlyNames(null); in verifyParcelWithoutServiceNames()
749 passpointConfiguration.setServiceFriendlyNames(friendlyNames); in testValidatePasspointConfig()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java425 public void setServiceFriendlyNames(Map<String, String> serviceFriendlyNames) { in setServiceFriendlyNames() method in PasspointConfiguration
1102 config.setServiceFriendlyNames(friendlyNamesMap);
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java234 config.setServiceFriendlyNames((Map<String, String>) value); in deserializePasspointConfiguration()
DPasspointProvisioner.java607 mPasspointConfiguration.setServiceFriendlyNames(mOsuProvider.getFriendlyNameList()); in installTrustRootCertificates()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java449 config.setServiceFriendlyNames(friendlyNames); in addTestProvider()