Searched refs:getLastKnownLocation (Results 1 – 10 of 10) sorted by relevance
122 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetector128 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()207 queryCountryCode(getLastKnownLocation()); in detectCountry()212 queryCountryCode(getLastKnownLocation()); in detectCountry()
388 mLocationListener.onLocationChanged(getLastKnownLocation()); in registerForLocationUpdates()393 private Location getLastKnownLocation() { in getLastKnownLocation() method in TelephonyCountryDetector396 Location location = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
76 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetectorTest.TestCountryDetector268 protected Location getLastKnownLocation() { in testFindingLocationFailed()
859 return getLastKnownLocation(FUSED_PROVIDER); in getLastLocation()883 public Location getLastKnownLocation(@NonNull String provider) { in getLastKnownLocation() method in LocationManager884 return getLastKnownLocation(provider, new LastLocationRequest.Builder().build()); in getLastKnownLocation()910 public Location getLastKnownLocation(@NonNull String provider, in getLastKnownLocation() method in LocationManager
123 verify(mLocationManager).getLastKnownLocation(anyString()); in setUp()
544 …ermission.ACCESS_FINE_LOCATION}) public android.location.Location getLastKnownLocation(@NonNull St…
445 …ermission.ACCESS_FINE_LOCATION}) public android.location.Location getLastKnownLocation(@NonNull St…
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13941 PLcom/android/server/location/countrydetector/LocationBasedCountryDetector;->getLastKnownLocation()…
13861 method public android.location.Location getLastKnownLocation(java.lang.String);