Searched refs:EXTRA_NO_GPS_LOCATION (Results 1 – 6 of 6) sorted by relevance
69 public static final String EXTRA_NO_GPS_LOCATION = Location.EXTRA_NO_GPS_LOCATION; field in LocationProviderBase
205 srcExtras.getParcelable(LocationProviderBase.EXTRA_NO_GPS_LOCATION); in updateFusedLocation()212 dstExtras.putParcelable(LocationProviderBase.EXTRA_NO_GPS_LOCATION, in updateFusedLocation()
25 field public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation";
2735 Location.EXTRA_NO_GPS_LOCATION); in getLastLocation()3328 lastLocationCoarseInterval.getExtraLocation(Location.EXTRA_NO_GPS_LOCATION); in handleLocationChangedLocked()3464 Location noGPSLocation = location.getExtraLocation(Location.EXTRA_NO_GPS_LOCATION); in updateLastLocationLocked()3471 lastNoGPSLocation = lastLocation.getExtraLocation(Location.EXTRA_NO_GPS_LOCATION); in updateLastLocationLocked()3475 location.setExtraLocation(Location.EXTRA_NO_GPS_LOCATION, lastNoGPSLocation); in updateLastLocationLocked()
82 public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation"; field in Location
33571 Landroid/location/Location;->EXTRA_NO_GPS_LOCATION:Ljava/lang/String;