Searched refs:switchContentDescription (Results 1 – 1 of 1) sorted by relevance
39 StringBuilder switchContentDescription = new StringBuilder(); in getFullSwitchContentDescription() local40 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()