Home
last modified time | relevance | path

Searched refs:KEY_BACKGROUND_COLOR (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DManagedProvisioningSharedPreferences.java42 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in ManagedProvisioningSharedPreferences
164 .putInt(KEY_BACKGROUND_COLOR, color) in writeBackgroundColor()
172 return mSharedPreferences.getInt(KEY_BACKGROUND_COLOR, 0); in getBackgroundColor()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java42 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in CaptionCustomFragment
108 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()
166 case KEY_BACKGROUND_COLOR: in onPreferenceChange()