Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/settings/
DAppUpgrader.java179 if (defaultPreferences.contains(Keys.KEY_RECORD_LOCATION)) { in upgradeTypesToStrings()
180 boolean location = removeBoolean(defaultPreferences, Keys.KEY_RECORD_LOCATION); in upgradeTypesToStrings()
181 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION, location); in upgradeTypesToStrings()
287 Keys.KEY_RECORD_LOCATION)) { in forceLocationChoice()
291 Keys.KEY_RECORD_LOCATION)) { in forceLocationChoice()
292 settingsManager.remove(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION); in forceLocationChoice()
294 } else if (oldGlobalPreferences.contains(Keys.KEY_RECORD_LOCATION)) { in forceLocationChoice()
297 String location = removeString(oldGlobalPreferences, Keys.KEY_RECORD_LOCATION); in forceLocationChoice()
299 settingsManager.set(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION, in forceLocationChoice()
DKeys.java36 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key"; field in Keys
/packages/apps/Camera/src/com/android/camera/
DRecordLocationPreference.java49 CameraSettings.KEY_RECORD_LOCATION, VALUE_NONE); in get()
55 CameraSettings.KEY_RECORD_LOCATION, VALUE_NONE); in isSet()
DCameraSettings.java46 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key"; field in CameraSettings
395 editor.putString(KEY_RECORD_LOCATION, in upgradeOldVersion()
396 pref.getBoolean(KEY_RECORD_LOCATION, false) in upgradeOldVersion()
DVideoController.java83 CameraSettings.KEY_RECORD_LOCATION}; in initialize()
144 popup.setPreferenceEnabled(CameraSettings.KEY_RECORD_LOCATION, false); in initializePopup()
DPhotoController.java102 CameraSettings.KEY_RECORD_LOCATION, in initialize()
162 popup.setPreferenceEnabled(CameraSettings.KEY_RECORD_LOCATION, false); in initializePopup()
DComboPreferences.java101 movePrefFrom(prefMap, CameraSettings.KEY_RECORD_LOCATION, src); in moveGlobalPrefsFrom()
145 || key.equals(CameraSettings.KEY_RECORD_LOCATION) in isGlobal()
DPhotoModule.java544 .putString(CameraSettings.KEY_RECORD_LOCATION, value) in setLocationPreference()
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java40 public static final String KEY_RECORD_LOCATION = RecordLocationPreference.KEY; field in CameraSettings
335 editor.putString(KEY_RECORD_LOCATION, in upgradeGlobalPreferences()
336 pref.getBoolean(KEY_RECORD_LOCATION, false) in upgradeGlobalPreferences()
DComboPreferences.java78 || key.equals(CameraSettings.KEY_RECORD_LOCATION) in isGlobal()
DCamera.java1257 CameraSettings.KEY_RECORD_LOCATION, in initializeIndicatorControl()
DVideoCamera.java523 CameraSettings.KEY_RECORD_LOCATION}; in initializeIndicatorControl()
/packages/apps/Camera2/src/com/android/camera/app/
DFirstRunDialog.java140 return !mSettingsManager.isSet(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION); in shouldShowLocationDialog()
221 Keys.KEY_RECORD_LOCATION, in promptLocationPreferenceDialog()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DOtherSettingsPopup.java66 if (CameraSettings.KEY_RECORD_LOCATION.equals(pref.getKey())) { in getSettingLayoutId()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java2105 mSettingsManager.getBoolean(SettingsManager.SCOPE_GLOBAL, Keys.KEY_RECORD_LOCATION); in resume()