HomeSort by relevance Sort by last modified time
    Searched full:removeboolean (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/settings/
AppUpgrader.java 180 boolean location = removeBoolean(defaultPreferences, Keys.KEY_RECORD_LOCATION);
186 boolean userSelectedAspectRatio = removeBoolean(defaultPreferences,
194 boolean manualExposureCompensationEnabled = removeBoolean(defaultPreferences,
202 boolean hint = removeBoolean(defaultPreferences, Keys.KEY_CAMERA_FIRST_USE_HINT_SHOWN);
226 boolean flashSupportedBackCamera = removeBoolean(oldGlobalPreferences,
236 boolean shouldShowRefocusViewer = removeBoolean(defaultPreferences,
244 boolean shouldShowSettingsButtonCling = removeBoolean(defaultPreferences,
SettingsUpgrader.java 90 protected boolean removeBoolean(SharedPreferences oldPreferencesLocation, String key) {

Completed in 87 milliseconds