Searched refs:KEY_BACKGROUND_COLOR (Results 1 – 2 of 2) sorted by relevance
42 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in ManagedProvisioningSharedPreferences167 .putInt(KEY_BACKGROUND_COLOR, color) in writeBackgroundColor()175 return mSharedPreferences.getInt(KEY_BACKGROUND_COLOR, 0); in getBackgroundColor()
42 private static final String KEY_BACKGROUND_COLOR = "background_color"; field in CaptionCustomFragment108 mBackgroundColorPref = (ListPreference) findPreference(KEY_BACKGROUND_COLOR); in onCreatePreferences()166 case KEY_BACKGROUND_COLOR: in onPreferenceChange()