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 172 boolean location = removeBoolean(defaultPreferences, Keys.KEY_RECORD_LOCATION);
178 boolean userSelectedAspectRatio = removeBoolean(defaultPreferences,
186 boolean manualExposureCompensationEnabled = removeBoolean(defaultPreferences,
194 boolean hint = removeBoolean(defaultPreferences, Keys.KEY_CAMERA_FIRST_USE_HINT_SHOWN);
218 boolean flashSupportedBackCamera = removeBoolean(oldGlobalPreferences,
228 boolean shouldShowRefocusViewer = removeBoolean(defaultPreferences,
236 boolean shouldShowSettingsButtonCling = removeBoolean(defaultPreferences,
SettingsUpgrader.java 90 protected boolean removeBoolean(SharedPreferences oldPreferencesLocation, String key) {

Completed in 1536 milliseconds