Home | History | Annotate | Download | only in camera

Lines Matching refs:mLocationManager

178     private LocationManager mLocationManager;
416 mLocationManager = new LocationManager(mActivity, null);
464 Location loc = mLocationManager.getCurrentLocation();
794 mLocationManager.recordLocation(recordLocation);
1001 if (mLocationManager != null) mLocationManager.recordLocation(false);
1241 Location loc = mLocationManager.getCurrentLocation();
1385 Location loc = mLocationManager.getCurrentLocation();
2022 mLocationManager.recordLocation(recordLocation);