Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DOsuProviderInfoTest.java158 List<I18Name> serviceDescriptions = new ArrayList<>(); in getServiceDescriptionMatchingDefaultLocale() local
166 serviceDescriptions.add( in getServiceDescriptionMatchingDefaultLocale()
168 serviceDescriptions.add( in getServiceDescriptionMatchingDefaultLocale()
171 new OsuProviderInfo(null, null, null, null, null, serviceDescriptions); in getServiceDescriptionMatchingDefaultLocale()
183 List<I18Name> serviceDescriptions = new ArrayList<>(); in getServiceDescriptionNotMatchingDefaultLocale() local
190 serviceDescriptions.add( in getServiceDescriptionNotMatchingDefaultLocale()
192 serviceDescriptions.add( in getServiceDescriptionNotMatchingDefaultLocale()
195 new OsuProviderInfo(null, null, null, null, null, serviceDescriptions); in getServiceDescriptionNotMatchingDefaultLocale()
/packages/modules/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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1524 List<I18Name> serviceDescriptions = Arrays.asList( in getMatchingOsuProvidersWithMatch() local
1536 friendlyNames, serverUri, methodList, null, nai, serviceDescriptions)); in getMatchingOsuProvidersWithMatch()
1541 friendlyNames, serverUri, methodList, null, nai, serviceDescriptions)); in getMatchingOsuProvidersWithMatch()