Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSpeakerButtonController.java73 @StringRes int contentDescriptionResId; in setAudioState() local
82 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java81 public void addButton(int labelResId, int contentDescriptionResId, Object value) { in addButton() argument
85 b.setContentDescription(getResources().getString(contentDescriptionResId)); in addButton()
/aosp12/frameworks/base/packages/SettingsLib/FooterPreference/src/com/android/settingslib/widget/
H A DFooterPreference.java226 public Builder setContentDescription(@StringRes int contentDescriptionResId) { in setContentDescription() argument
227 mContentDescription = mContext.getText(contentDescriptionResId); in setContentDescription()
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DButtonController.java387 @StringRes int contentDescriptionResId = info.contentDescription; in setAudioState() local
389 contentDescription = delegate.getContext().getText(contentDescriptionResId); in setAudioState()