Home
last modified time | relevance | path

Searched refs:mRecordLocation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DCamera.java181 private boolean mRecordLocation; field in Camera
315 mRecordLocation = RecordLocationPreference.get( in initializeFirstTime()
317 if (mRecordLocation) startReceivingLocationUpdates(); in initializeFirstTime()
382 mRecordLocation = RecordLocationPreference.get( in initializeSecondTime()
384 if (mRecordLocation) startReceivingLocationUpdates(); in initializeSecondTime()
513 if (mRecordLocation in onLocationChanged()
536 if (mRecordLocation && in onStatusChanged()
799 Location loc = mRecordLocation ? getCurrentLocation() : null; in capture()
2169 if (mRecordLocation != recordLocation) { in onSharedPreferenceChanged()
2170 mRecordLocation = recordLocation; in onSharedPreferenceChanged()
[all …]