Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionFragment.java238 final String captionLocale = Settings.Secure.getString(getContext().getContentResolver(), in getCaptionsLocale() local
240 return captionLocale == null ? "" : captionLocale; in getCaptionsLocale()