Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java941 List<String> networkCountryIsoList = mCountryDetector.getCurrentNetworkCountryIso(); in checkSatelliteAccessRestrictionForCurrentLocation() local
942 if (!networkCountryIsoList.isEmpty()) { in checkSatelliteAccessRestrictionForCurrentLocation()
944 networkCountryIsoList)); in checkSatelliteAccessRestrictionForCurrentLocation()
946 boolean allowed = isSatelliteAccessAllowedForLocation(networkCountryIsoList); in checkSatelliteAccessRestrictionForCurrentLocation()
952 .setCountryCodes(networkCountryIsoList); in checkSatelliteAccessRestrictionForCurrentLocation()
1200 @NonNull List<String> networkCountryIsoList) { in isSatelliteAccessAllowedForLocation()
1203 if (networkCountryIsoList.isEmpty()) { in isSatelliteAccessAllowedForLocation()
1209 return getSatelliteCountryCodes().containsAll(networkCountryIsoList); in isSatelliteAccessAllowedForLocation()
1217 if (networkCountryIsoList.isEmpty()) { in isSatelliteAccessAllowedForLocation()
1223 for (String countryCode : networkCountryIsoList) { in isSatelliteAccessAllowedForLocation()