Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DLocationBasedCountryDetector.java122 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetector
128 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
207 queryCountryCode(getLastKnownLocation()); in detectCountry()
212 queryCountryCode(getLastKnownLocation()); in detectCountry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCountryDetector.java388 mLocationListener.onLocationChanged(getLastKnownLocation()); in registerForLocationUpdates()
393 private Location getLastKnownLocation() { in getLastKnownLocation() method in TelephonyCountryDetector
396 Location location = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
DLocationBasedCountryDetectorTest.java76 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetectorTest.TestCountryDetector
268 protected Location getLastKnownLocation() { in testFindingLocationFailed()
/frameworks/base/location/java/android/location/
DLocationManager.java859 return getLastKnownLocation(FUSED_PROVIDER); in getLastLocation()
883 public Location getLastKnownLocation(@NonNull String provider) { in getLastKnownLocation() method in LocationManager
884 return getLastKnownLocation(provider, new LastLocationRequest.Builder().build()); in getLastKnownLocation()
910 public Location getLastKnownLocation(@NonNull String provider, in getLastKnownLocation() method in LocationManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyCountryDetectorTest.java123 verify(mLocationManager).getLastKnownLocation(anyString()); in setUp()
/frameworks/base/location/api/
Dcurrent.txt544 …ermission.ACCESS_FINE_LOCATION}) public android.location.Location getLastKnownLocation(@NonNull St…
Dsystem-current.txt445 …ermission.ACCESS_FINE_LOCATION}) public android.location.Location getLastKnownLocation(@NonNull St…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/services/
Dart-wear-profile13941 PLcom/android/server/location/countrydetector/LocationBasedCountryDetector;->getLastKnownLocation()…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13861 method public android.location.Location getLastKnownLocation(java.lang.String);