Searched refs:removeString (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUpgrader.java118 protected String removeString(SharedPreferences oldPreferencesLocation, String key) { method in class:SettingsUpgrader
H A DAppUpgrader.java230 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR_PLUS);
238 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR);
246 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_GRID_LINES);
275 String location = removeString(oldGlobalPreferences, Keys.KEY_RECORD_LOCATION);

Completed in 175 milliseconds