Searched refs:LocationManager (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DLocationManager.java28 public class LocationManager { class
29 private static final String TAG = "LocationManager";
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
46 public LocationManager(Context context, Listener listener) { method in class:LocationManager
76 mLocationManager = (android.location.LocationManager)
82 android.location.LocationManager.NETWORK_PROVIDER,
93 android.location.LocationManager.GPS_PROVIDER,
142 android.location.LocationManager
[all...]
H A DPhotoModule.java91 LocationManager.Listener,
249 private LocationManager mLocationManager;
472 mLocationManager = new LocationManager(mActivity, this);
H A DVideoModule.java208 private LocationManager mLocationManager;
478 mLocationManager = new LocationManager(mActivity, null);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DLocationManager.java28 public class LocationManager { class
29 private static final String TAG = "LocationManager";
33 private android.location.LocationManager mLocationManager;
37 new LocationListener(android.location.LocationManager.GPS_PROVIDER),
38 new LocationListener(android.location.LocationManager.NETWORK_PROVIDER)
46 public LocationManager(Context context, Listener listener) { method in class:LocationManager
76 mLocationManager = (android.location.LocationManager)
82 android.location.LocationManager.NETWORK_PROVIDER,
93 android.location.LocationManager.GPS_PROVIDER,
142 android.location.LocationManager
[all...]
H A DCamera.java91 LocationManager.Listener {
228 private LocationManager mLocationManager;
1190 mLocationManager = new LocationManager(this, this);
H A DVideoCamera.java236 private LocationManager mLocationManager;
461 mLocationManager = new LocationManager(this, null);
/packages/apps/Settings/src/com/android/settings/
H A DLocationSettings.java25 import android.location.LocationManager;
123 LocationManager.NETWORK_PROVIDER, mNetwork.isChecked());
127 LocationManager.GPS_PROVIDER, enabled);
148 res, LocationManager.GPS_PROVIDER);
150 res, LocationManager.NETWORK_PROVIDER);
174 LocationManager.GPS_PROVIDER, checked);
176 LocationManager.NETWORK_PROVIDER, checked);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java32 import android.location.LocationManager;
69 private final LocationManager mLocationManager;
78 mLocationManager = (LocationManager)
99 mLocationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER,
332 updateLocation(mLocationManager.getLastKnownLocation(LocationManager.NETWORK_PROVIDER));
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DReverseGeocoder.java23 import android.location.LocationManager;
113 LocationManager locationManager =
114 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/packages/apps/Settings/src/com/android/settings/widget/
H A DSettingsAppWidgetProvider.java30 import android.location.LocationManager;
525 resolver, LocationManager.GPS_PROVIDER);
544 LocationManager.GPS_PROVIDER,
777 } else if (LocationManager.PROVIDERS_CHANGED_ACTION.equals(action)) {

Completed in 507 milliseconds