Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DCustomContentDescriptionUtil.java39 StringBuilder switchContentDescription = new StringBuilder(); in getFullSwitchContentDescription() local
40 switchContentDescription.append(contentDescription); in getFullSwitchContentDescription()
41 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
43 switchContentDescription.append(context.getString(R.string.switch_on)); in getFullSwitchContentDescription()
44 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
46 switchContentDescription.append(context.getString(R.string.switch_off)); in getFullSwitchContentDescription()
47 switchContentDescription.append(CONTENT_DESCRIPTION_SEPARATOR); in getFullSwitchContentDescription()
49 switchContentDescription in getFullSwitchContentDescription()
51 return switchContentDescription.toString(); in getFullSwitchContentDescription()