Home
last modified time | relevance | path

Searched refs:removeString (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DAppUpgrader.java253 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()
H A DSettingsUpgrader.java128 protected String removeString(SharedPreferences oldPreferencesLocation, String key) { in removeString() method in SettingsUpgrader
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java506 public static @Nullable String[] removeString(@Nullable String[] cur, String val) { in removeString() method in ArrayUtils