Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DCustomContentDescriptionUtil.java19 …c com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR;
41 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
44 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
47 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
DHasCustomContentDescription.java23 String CONTENT_DESCRIPTION_SEPARATOR = ", "; field
DSlicePreferencesUtil.java30 …c com.android.tv.twopanelsettings.slices.HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR;
244 CONTENT_DESCRIPTION_SEPARATOR + infoText.toString(); in getPreference()
251 CONTENT_DESCRIPTION_SEPARATOR + infoSummary; in getPreference()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DTwoPanelSettingsFragment.java1230 HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR in appendErrorToContentDescription()
1232 + HasCustomContentDescription.CONTENT_DESCRIPTION_SEPARATOR + errorMessage; in appendErrorToContentDescription()