Home | History | Annotate | Download | only in location

Lines Matching refs:locationManager

32 import android.location.LocationManager;
75 * A GPS implementation of LocationProvider used by LocationManager.
254 private Location mLocation = new Location(LocationManager.GPS_PROVIDER);
384 public GpsLocationProvider(Context context, ILocationManager locationManager) {
387 mLocationManager = locationManager;
476 return LocationManager.GPS_PROVIDER;
1144 Intent intent = new Intent(LocationManager.GPS_FIX_CHANGE_ACTION);
1145 intent.putExtra(LocationManager.EXTRA_GPS_ENABLED, true);
1216 Intent intent = new Intent(LocationManager.GPS_ENABLED_CHANGE_ACTION);
1217 intent.putExtra(LocationManager.EXTRA_GPS_ENABLED, mNavigating);
1268 Intent intent = new Intent(LocationManager.GPS_FIX_CHANGE_ACTION);
1269 intent.putExtra(LocationManager.EXTRA_GPS_ENABLED, false);