Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DServiceProviderVerifier.java78 List<Pair<Locale, String>> providerNames = new ArrayList<>(); in getProviderNames() local
81 return providerNames; in getProviderNames()
105 return providerNames; in getProviderNames()
165 providerNames.add(providerName); in getProviderNames()
172 return providerNames; in getProviderNames()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DOsuServerConnectionTest.java154 Map<String, String> providerNames = new HashMap<>(); in verifyInitAndConnect() local
155 providerNames.put(Locale.US.getISO3Language(), PROVIDER_NAME_VALID); in verifyInitAndConnect()
156 assertTrue(mOsuServerConnection.validateProvider(providerNames)); in verifyInitAndConnect()
337 Map<String, String> providerNames = new HashMap<>(); in verifyInitAndConnectInvalidProviderIdentity() local
338 providerNames.put(Locale.US.getISO3Language(), PROVIDER_NAME_INVALID); in verifyInitAndConnectInvalidProviderIdentity()
339 assertFalse(mOsuServerConnection.validateProvider(providerNames)); in verifyInitAndConnectInvalidProviderIdentity()
/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java121 String[] providerNames = context.getResources().getStringArray(R.array.cequint_providers); in isCequintCallerIdEnabled() local
123 for (String provider : providerNames) { in isCequintCallerIdEnabled()