Searched refs:countryCodes (Results 1 – 2 of 2) sorted by relevance
574 private boolean isValidCountryCodes(@Nullable List<String> countryCodes) { in isValidCountryCodes() argument575 if (countryCodes == null || countryCodes.isEmpty()) { in isValidCountryCodes()578 for (String countryCode : countryCodes) { in isValidCountryCodes()755 Set<String> countryCodes = in loadConfigUpdaterConfigs() local758 if (countryCodes == null || countryCodes.isEmpty()) { in loadConfigUpdaterConfigs()775 mSatelliteCountryCodes = countryCodes.stream().collect(Collectors.toList()); in loadConfigUpdaterConfigs()1416 String[] countryCodes = readStringArrayFromOverlayConfig(context, in getSatelliteCountryCodesFromOverlayConfig() local1418 if (countryCodes.length == 0 && isMockModemAllowed()) { in getSatelliteCountryCodesFromOverlayConfig()1423 countryCodes = countryCodesStr.split(","); in getSatelliteCountryCodesFromOverlayConfig()1425 return Arrays.stream(countryCodes) in getSatelliteCountryCodesFromOverlayConfig()
63 private static Set<String> countryCodes = null; field in SmartDialPrefix295 if (countryCodes == null) { in isValidCountryCode()296 countryCodes = initCountryCodes(); in isValidCountryCode()298 return countryCodes.contains(countryCode); in isValidCountryCode()