Searched refs:PREF_DISPLAY_MODE (Results 1 – 2 of 2) sorted by relevance
40 public static final String PREF_DISPLAY_MODE = "display_mode"; // int value field in TvSettings
264 mSharedPreferences.edit().putInt(TvSettings.PREF_DISPLAY_MODE, displayMode).apply(); in setDisplayMode()275 .getInt(TvSettings.PREF_DISPLAY_MODE, DisplayMode.MODE_NORMAL); in restoreDisplayMode()