Searched refs:mCountryDetector (Results 1 – 6 of 6) sorted by relevance
48 private static CountryDetector mCountryDetector; field in IwlanHelper228 mCountryDetector = context.getSystemService(CountryDetector.class); in startCountryDetector()229 if (mCountryDetector != null) { in startCountryDetector()230 updateCountryCodeFromCountryDetector(mCountryDetector.detectCountry()); in startCountryDetector()232 mCountryDetector.addCountryListener( in startCountryDetector()248 if (mCountryDetector != null) { in updateCountryCodeWhenNetworkConnected()249 updateCountryCodeFromCountryDetector(mCountryDetector.detectCountry()); in updateCountryCodeWhenNetworkConnected()
85 private CountryDetector mCountryDetector; field in IwlanNetworkStatusTracker277 mCountryDetector.unregisterCountryDetectorCallback(this::updateCountryCode); in onClose()620 mCountryDetector = mContext.getSystemService(CountryDetector.class); in startCountryDetector()621 if (mCountryDetector != null) { in startCountryDetector()622 mCountryDetector.registerCountryDetectorCallback( in startCountryDetector()
44 CountryDetector mCountryDetector; field in MyMockContext82 return mCountryDetector; in getSystemService()
84 when(mMockContext.mCountryDetector.detectCountry()) in setUp()
150 private final TelephonyCountryDetector mCountryDetector; field in SatelliteAccessController271 mCountryDetector = TelephonyCountryDetector.getInstance(context); in SatelliteAccessController()941 List<String> networkCountryIsoList = mCountryDetector.getCurrentNetworkCountryIso(); in checkSatelliteAccessRestrictionForCurrentLocation()1026 mCountryDetector.getCachedLocationCountryIsoInfo(); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()1028 mCountryDetector.getCachedNetworkCountryIsoInfo(); in checkSatelliteAccessRestrictionUsingCachedCountryCodes()
242 return mCountryDetector; in getSystemService()630 private final CountryDetector mCountryDetector = mock(CountryDetector.class);