Searched refs:locationCountryCodeInfo (Results 1 – 1 of 1) sorted by relevance
1025 Pair<String, Long> locationCountryCodeInfo = in checkSatelliteAccessRestrictionUsingCachedCountryCodes() local1033 if (!TextUtils.isEmpty(locationCountryCodeInfo.first) && isGreaterThanAll( in checkSatelliteAccessRestrictionUsingCachedCountryCodes()1034 locationCountryCodeInfo.second, networkCountryCodeInfoMap.values())) { in checkSatelliteAccessRestrictionUsingCachedCountryCodes()1036 countryCodeList = Arrays.asList(locationCountryCodeInfo.first); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()