Searched refs:removeString (Results 1 – 3 of 3) sorted by relevance
253 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR_PLUS); in upgradeTypesToStrings()261 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_HDR); in upgradeTypesToStrings()269 String hdrPlus = removeString(oldGlobalPreferences, Keys.KEY_CAMERA_GRID_LINES); in upgradeTypesToStrings()298 String location = removeString(oldGlobalPreferences, Keys.KEY_RECORD_LOCATION); in forceLocationChoice()
128 protected String removeString(SharedPreferences oldPreferencesLocation, String key) { in removeString() method in SettingsUpgrader
506 public static @Nullable String[] removeString(@Nullable String[] cur, String val) { in removeString() method in ArrayUtils