HomeSort by relevance Sort by last modified time
    Searched defs:contentDescriptionResId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SpeakerButtonController.java 72 @StringRes int contentDescriptionResId;
81 contentDescriptionResId = R.string.incall_content_description_bluetooth;
85 contentDescriptionResId = R.string.incall_content_description_speaker;
89 contentDescriptionResId = R.string.incall_content_description_headset;
92 contentDescriptionResId = R.string.incall_content_description_earpiece;
98 contentDescriptionResId = R.string.incall_content_description_speaker;
101 contentDescription = button.getContext().getText(contentDescriptionResId);
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
ButtonController.java 379 @StringRes int contentDescriptionResId;
389 contentDescriptionResId = R.string.incall_content_description_bluetooth;
393 contentDescriptionResId = R.string.incall_content_description_speaker;
397 contentDescriptionResId = R.string.incall_content_description_headset;
400 contentDescriptionResId = R.string.incall_content_description_earpiece;
407 contentDescriptionResId = R.string.incall_content_description_speaker;
410 contentDescription = delegate.getContext().getText(contentDescriptionResId);

Completed in 194 milliseconds