Searched refs:providerNames (Results 1 – 3 of 3) sorted by relevance
78 List<Pair<Locale, String>> providerNames = new ArrayList<>(); in getProviderNames() local81 return providerNames; in getProviderNames()105 return providerNames; in getProviderNames()165 providerNames.add(providerName); in getProviderNames()172 return providerNames; in getProviderNames()
154 Map<String, String> providerNames = new HashMap<>(); in verifyInitAndConnect() local155 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() local338 providerNames.put(Locale.US.getISO3Language(), PROVIDER_NAME_INVALID); in verifyInitAndConnectInvalidProviderIdentity()339 assertFalse(mOsuServerConnection.validateProvider(providerNames)); in verifyInitAndConnectInvalidProviderIdentity()
121 String[] providerNames = context.getResources().getStringArray(R.array.cequint_providers); in isCequintCallerIdEnabled() local123 for (String provider : providerNames) { in isCequintCallerIdEnabled()