Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DOsuProviderInfoTest.java156 List<I18Name> serviceDescriptions = new ArrayList<>(); in getServiceDescriptionMatchingDefaultLocale() local
164 serviceDescriptions.add( in getServiceDescriptionMatchingDefaultLocale()
166 serviceDescriptions.add( in getServiceDescriptionMatchingDefaultLocale()
169 new OsuProviderInfo(null, null, null, null, null, serviceDescriptions); in getServiceDescriptionMatchingDefaultLocale()
181 List<I18Name> serviceDescriptions = new ArrayList<>(); in getServiceDescriptionNotMatchingDefaultLocale() local
188 serviceDescriptions.add( in getServiceDescriptionNotMatchingDefaultLocale()
190 serviceDescriptions.add( in getServiceDescriptionNotMatchingDefaultLocale()
193 new OsuProviderInfo(null, null, null, null, null, serviceDescriptions); in getServiceDescriptionNotMatchingDefaultLocale()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DOsuProviderInfo.java84 List<IconInfo> iconInfoList, String nai, List<I18Name> serviceDescriptions) { in OsuProviderInfo() argument
94 mServiceDescriptions = serviceDescriptions; in OsuProviderInfo()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1166 List<I18Name> serviceDescriptions = Arrays.asList( in getMatchingOsuProvidersWithMatch() local
1178 friendlyNames, serverUri, methodList, null, nai, serviceDescriptions)); in getMatchingOsuProvidersWithMatch()
1183 friendlyNames, serverUri, methodList, null, nai, serviceDescriptions)); in getMatchingOsuProvidersWithMatch()