Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1025 Pair<String, Long> locationCountryCodeInfo = in checkSatelliteAccessRestrictionUsingCachedCountryCodes() local
1033 if (!TextUtils.isEmpty(locationCountryCodeInfo.first) && isGreaterThanAll( in checkSatelliteAccessRestrictionUsingCachedCountryCodes()
1034 locationCountryCodeInfo.second, networkCountryCodeInfoMap.values())) { in checkSatelliteAccessRestrictionUsingCachedCountryCodes()
1036 countryCodeList = Arrays.asList(locationCountryCodeInfo.first); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()