Searched refs:captionSettings (Results 1 – 1 of 1) sorted by relevance
60 CaptionSettings captionSettings = getMainActivity().getCaptionSettings(); in getItemList() local62 mClosedCaptionOption = captionSettings.getEnableOption(); in getItemList()63 mClosedCaptionLanguage = captionSettings.getLanguage(); in getItemList()64 mClosedCaptionTrackId = captionSettings.getTrackId(); in getItemList()71 String trackId = captionSettings.isEnabled() ? in getItemList()127 CaptionSettings captionSettings = getMainActivity().getCaptionSettings(); in onResume() local129 mClosedCaptionLanguage = captionSettings.getSystemLanguage(); in onResume()131 if (captionSettings.isSystemSettingEnabled()) { in onResume()