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