Home
last modified time | relevance | path

Searched refs:EXTRA_NO_GPS_LOCATION (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java88 public static final String EXTRA_NO_GPS_LOCATION = Location.EXTRA_NO_GPS_LOCATION; field in LocationProviderBase
415 if (extras != null && (extras.containsKey(EXTRA_NO_GPS_LOCATION) in stripExtras()
420 extras.remove(EXTRA_NO_GPS_LOCATION); in stripExtras()
/frameworks/base/location/java/android/location/provider/
DLocationProviderBase.java19 import static android.location.Location.EXTRA_NO_GPS_LOCATION;
263 if (extras != null && (extras.containsKey(EXTRA_NO_GPS_LOCATION) in stripExtras()
268 extras.remove(EXTRA_NO_GPS_LOCATION); in stripExtras()
/frameworks/base/location/lib/api/
Dcurrent.txt30 field @Deprecated public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation";
/frameworks/base/location/java/android/location/
DLocation.java87 public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation"; field in Location
/frameworks/base/core/api/
Dsystem-current.txt5874 field @Deprecated public static final String EXTRA_NO_GPS_LOCATION = "noGPSLocation";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23442 Landroid/location/Location;->EXTRA_NO_GPS_LOCATION:Ljava/lang/String;