Searched refs:mGeocoder (Results 1 – 6 of 6) sorted by relevance
35 private Geocoder mGeocoder; field in ReverseGeocoderTask42 mGeocoder = geocoder; in ReverseGeocoderTask()53 mGeocoder.getFromLocation(mLat, mLng, 1); in doInBackground()
96 @Mock Geocoder mGeocoder; field in ThreadNetworkCountryCodeTest163 mGeocoder, in newCountryCodeWithOemSource()209 verifyNoMoreInteractions(mGeocoder); in initialize_locationUseIsDisabled_locationFunctionIsNotCalled()221 verify(mGeocoder) in locationCountryCode_locationChanged_locationCountryCodeIsUsed()236 verify(mGeocoder) in wifiCountryCode_bothWifiAndLocationAreAvailable_wifiCountryCodeIsUsed()301 verify(mGeocoder) in telephonyCountryCode_bothTelephonyAndLocationAvailable_telephonyCodeIsUsed()327 verify(mGeocoder) in telephonyCountryCode_locationIsAvailable_lastKnownTelephonyCodeIsUsed()
107 @Nullable private final Geocoder mGeocoder; field in ThreadNetworkCountryCode227 mGeocoder = geocoder; in ThreadNetworkCountryCode()269 if ((mGeocoder != null) && isLocationUseForCountryCodeEnabled()) { in registerGeocoderCountryCodeCallback()296 if ((location == null) || (mGeocoder == null)) return; in setCountryCodeFromGeocodingLocation()306 mGeocoder.getFromLocation( in setCountryCodeFromGeocodingLocation()
88 @Mock Geocoder mGeocoder; field in UwbCountryCodeTest146 when(mUwbInjector.makeGeocoder()).thenReturn(mGeocoder); in setUp()263 verify(mGeocoder).getFromLocation( in testSetCountryCodeFromLocation()289 verifyNoMoreInteractions(mGeocoder); in testSetCountryCodeWhenLocationUseIsDisabled()395 verify(mGeocoder).getFromLocation( in testChangeInLocationCountryCode()421 verify(mGeocoder).getFromLocation( in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()
73 private Geocoder mGeocoder; field in ReverseGeocoder80 mGeocoder = new Geocoder(mContext); in ReverseGeocoder()320 List<Address> addresses = mGeocoder.getFromLocation(latitude, longitude, 1); in lookupAddress()
99 private final Geocoder mGeocoder; field in UwbCountryCode155 mGeocoder = uwbInjector.makeGeocoder(); in UwbCountryCode()181 mGeocoder.getFromLocation( in setCountryCodeFromGeocodingLocation()