Searched defs:KEY_RECORD_LOCATION (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DCameraSettings.java47 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key"; field in class:CameraSettings
396 editor.putString(KEY_RECORD_LOCATION,
397 pref.getBoolean(KEY_RECORD_LOCATION, false)
/packages/apps/Camera2/src/com/android/camera/
H A DCameraSettings.java48 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key"; field in class:CameraSettings
400 editor.putString(KEY_RECORD_LOCATION,
401 pref.getBoolean(KEY_RECORD_LOCATION, false)
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java40 public static final String KEY_RECORD_LOCATION = RecordLocationPreference.KEY; field in class:CameraSettings
335 editor.putString(KEY_RECORD_LOCATION,
336 pref.getBoolean(KEY_RECORD_LOCATION, false)

Completed in 146 milliseconds