Searched refs:contentDescriptionResId (Results 1 – 4 of 4) sorted by relevance
73 @StringRes int contentDescriptionResId; in setAudioState() local82 contentDescriptionResId = R.string.incall_content_description_bluetooth; in setAudioState()86 contentDescriptionResId = R.string.incall_content_description_speaker; in setAudioState()90 contentDescriptionResId = R.string.incall_content_description_headset; in setAudioState()93 contentDescriptionResId = R.string.incall_content_description_earpiece; in setAudioState()99 contentDescriptionResId = R.string.incall_content_description_speaker; in setAudioState()102 contentDescription = button.getContext().getText(contentDescriptionResId); in setAudioState()
81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton() argument85 b.setContentDescription(getResources().getString(contentDescriptionResId)); in addButton()
226 public Builder setContentDescription(@StringRes int contentDescriptionResId) { in setContentDescription() argument227 mContentDescription = mContext.getText(contentDescriptionResId); in setContentDescription()
387 @StringRes int contentDescriptionResId = info.contentDescription; in setAudioState() local389 contentDescription = delegate.getContext().getText(contentDescriptionResId); in setAudioState()