HomeSort by relevance Sort by last modified time
    Searched refs:lastKnownLocation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/location/
LocationBasedCountryDetector.java 115 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider);
116 if (lastKnownLocation != null) {
117 if (bestLocation == null || bestLocation.getTime() < lastKnownLocation.getTime()) {
118 bestLocation = lastKnownLocation;
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 756 final Location lastKnownLocation =
759 if (location == null || (lastKnownLocation != null &&
760 location.getTime() < lastKnownLocation.getTime())) {
761 location = lastKnownLocation;
    [all...]

Completed in 24 milliseconds