Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvSettings.java48 private static final String PREF_DVR_SUBTITLE_ID = "pref.dvr_subtitle_id"; field in TvSettings
131 .remove(PREF_DVR_SUBTITLE_ID) in setDvrPlaybackTrackSettings()
137 .putString(PREF_DVR_SUBTITLE_ID, info.getId()) in setDvrPlaybackTrackSettings()
160 trackId = pref.getString(PREF_DVR_SUBTITLE_ID, null); in getDvrPlaybackTrackSettings()