Home
last modified time | relevance | path

Searched refs:getServiceFriendlyNames (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointXmlUtils.java161 if (config.getServiceFriendlyNames() != null) { in serializePasspointConfiguration()
163 config.getServiceFriendlyNames()); in serializePasspointConfiguration()
DPasspointManager.java497 if (config.getServiceFriendlyNames() != null && isFromSuggestion) { in addOrUpdateProvider()
1164 passpointConfiguration.getServiceFriendlyNames(); in getMatchingPasspointConfigsForOsuProviders()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java432 public Map<String, String> getServiceFriendlyNames() { in getServiceFriendlyNames() method in PasspointConfiguration