Searched defs:LocationManager (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src_pd/com/android/camera/app/
H A DLocationManager.java29 public class LocationManager { class
30 private static final Log.Tag TAG = new Log.Tag("LocationManager");
34 public LocationManager(Context context) { method in class:LocationManager
/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...]

Completed in 338 milliseconds