Searched refs:mLocationManager (Results 1 – 9 of 9) sorted by relevance
34 private android.location.LocationManager mLocationManager; field in LegacyLocationProvider84 if (mLocationManager == null) { in startReceivingLocationUpdates()85 mLocationManager = AndroidServices.instance().provideLocationManager(); in startReceivingLocationUpdates()87 if (mLocationManager != null) { in startReceivingLocationUpdates()89 mLocationManager.requestLocationUpdates( in startReceivingLocationUpdates()100 mLocationManager.requestLocationUpdates( in startReceivingLocationUpdates()116 if (mLocationManager != null) { in stopReceivingLocationUpdates()119 mLocationManager.removeUpdates(mLocationListeners[i]); in stopReceivingLocationUpdates()
33 private android.location.LocationManager mLocationManager; field in LocationManager75 if (mLocationManager == null) { in startReceivingLocationUpdates()76 mLocationManager = (android.location.LocationManager) in startReceivingLocationUpdates()79 if (mLocationManager != null) { in startReceivingLocationUpdates()81 mLocationManager.requestLocationUpdates( in startReceivingLocationUpdates()92 mLocationManager.requestLocationUpdates( in startReceivingLocationUpdates()108 if (mLocationManager != null) { in stopReceivingLocationUpdates()111 mLocationManager.removeUpdates(mLocationListeners[i]); in stopReceivingLocationUpdates()
228 private LocationManager mLocationManager; field in Camera365 mLocationManager.recordLocation(recordLocation); in initializeFirstTime()445 mLocationManager.recordLocation(recordLocation); in initializeSecondTime()1051 Location loc = mLocationManager.getCurrentLocation(); in capture()1203 mLocationManager = new LocationManager(this, this); in onCreate()1617 if (mLocationManager != null) mLocationManager.recordLocation(false); in onPause()2222 mLocationManager.recordLocation(recordLocation); in onSharedPreferenceChanged()
236 private LocationManager mLocationManager; field in VideoCamera461 mLocationManager = new LocationManager(this, null); in onCreate()879 mLocationManager.recordLocation(recordLocation); in doOnResume()1011 mLocationManager.recordLocation(false); in onPause()1209 Location loc = mLocationManager.getCurrentLocation(); in initializeRecorder()1407 Location loc = mLocationManager.getCurrentLocation(); in generateVideoFilename()2110 mLocationManager.recordLocation(recordLocation); in onSharedPreferenceChanged()2381 Location loc = mLocationManager.getCurrentLocation(); in onTouch()
50 private final LocationManager mLocationManager; field in CarSensorsProxy92 mLastGpsStatus = mLocationManager.getGpsStatus(mLastGpsStatus);183 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in CarSensorsProxy()463 && mLocationManager.isProviderEnabled(LocationManager.GPS_PROVIDER)) { in updateSensorListeners()464 mLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, in updateSensorListeners()467 mLocationManager.removeUpdates(mLocationListener); in updateSensorListeners()471 mLocationManager.addGpsStatusListener(mGpsStatusListener); in updateSensorListeners()473 mLocationManager.removeGpsStatusListener(mGpsStatusListener); in updateSensorListeners()
47 private final LocationManager mLocationManager; field in ResourceConstructedImpl111 mLocationManager = locationManager; in ResourceConstructedImpl()168 return mLocationManager; in getLocationManager()
311 private final LocationManager mLocationManager; field in CaptureModule360 mLocationManager = mAppController.getLocationManager(); in CaptureModule()556 Location location = mLocationManager.getCurrentLocation(); in createAndStartCaptureSession()568 Location location = mLocationManager.getCurrentLocation(); in createAndStartUntrackedCaptureSession()
179 private LocationManager mLocationManager; field in VideoModule359 mLocationManager = mActivity.getLocationManager(); in init()416 Location loc = mLocationManager.getCurrentLocation(); in takeASnapshot()1201 Location loc = mLocationManager.getCurrentLocation(); in setRecordLocation()1239 Location loc = mLocationManager.getCurrentLocation(); in generateVideoFilename()
244 private LocationManager mLocationManager; field in CameraActivity1205 return mLocationManager; in getLocationManager()1436 mLocationManager = new LocationManager(mAppContext); in onCreateTasks()1836 mLocationManager.recordLocation(false); in onPauseTasks()2106 mLocationManager.recordLocation(locationRecordingEnabled); in resume()2155 mLocationManager.disconnect(); in onStopTasks()