Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DPasspointTestUtils.java159 config.setServiceFriendlyNames(friendlyNames); in createConfig()
DPasspointConfigurationTest.java104 config.setServiceFriendlyNames(null); in verifyParcelWithoutServiceNames()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java382 public void setServiceFriendlyNames(Map<String, String> serviceFriendlyNames) { in setServiceFriendlyNames() method in PasspointConfiguration
974 config.setServiceFriendlyNames(friendlyNamesMap);
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionStoreDataTest.java532 config.setServiceFriendlyNames(friendlyNames); in createTestConfigWithUserCredential()
DWifiNetworkSuggestionsManagerTest.java4872 config.setServiceFriendlyNames(friendlyNames); in createTestConfigWithUserCredential()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java222 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.java356 config.setServiceFriendlyNames(friendlyNames); in createTestConfigWithUserCredentialAndRealm()