/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/ |
D | TimerSetupViewTest.java | 245 timeView.getContentDescription())); in assertIsReset() 248 assertTrue(TextUtils.equals("Delete", deleteView.getContentDescription())); in assertIsReset() 261 assertNull(fab.getContentDescription()); in assertIsReset() 278 assertTrue(TextUtils.equals("Delete " + seconds % 10, deleteView.getContentDescription())); in assertHasValue() 292 assertTrue(TextUtils.equals("Start", fab.getContentDescription())); in assertHasValue()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | SystemShortcut.java | 111 view.setContentDescription(getContentDescription(view.getContext())); in setIconAndContentDescriptionFor() 114 private CharSequence getContentDescription(Context context) { in getContentDescription() method in SystemShortcut 120 getContentDescription(context)); in createAccessibilityAction()
|
D | RemoteActionShortcut.java | 42 super(action.getIcon(), action.getTitle(), action.getContentDescription(), in RemoteActionShortcut()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | RadioButtonPreferenceWithExtraWidgetTest.java | 109 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_info() 119 mExtraWidget.getContentDescription()); in testSetExtraWidgetVisibility_setting()
|
D | EntityHeaderControllerTest.java | 243 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithSetIcon() 256 assertThat(view.findViewById(R.id.entity_header_icon).getContentDescription().toString()) in iconContentDescription_shouldWorkWithoutSetIcon()
|
D | MasterCheckBoxPreferenceTest.java | 189 assertThat(checkBox.getContentDescription()).isEqualTo(label); in onBindViewHolder_checkBoxShouldHaveContentDescription()
|
D | MasterSwitchPreferenceTest.java | 202 assertThat(toggle.getContentDescription()).isEqualTo(label); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | MasterClear.java | 353 getContentDescription(masterClearContainer, contentDescription); in establishInitialState() 432 private void getContentDescription(View v, StringBuffer description) { in getContentDescription() method in MasterClear 440 getContentDescription(nextChild, description); in getContentDescription()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 353 getContentDescription(masterClearContainer, contentDescription); in establishInitialState() 431 private void getContentDescription(View v, StringBuffer description) { in getContentDescription() method in MasterClear 439 getContentDescription(nextChild, description); in getContentDescription()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | OverviewTask.java | 71 mTask.getParent().getContentDescription()); in open()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundle.java | 126 view.setContentDescription(getContentDescription(view.getContext())); in bindThumbnailTile() 246 protected CharSequence getContentDescription(Context context) { in getContentDescription() method in ThemeBundle
|
/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
D | ContactListItemViewTest.java | 84 assertEquals("John Doe", view.getNameTextView().getContentDescription()); in testShowDisplayName_WithPrefix()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | PowerGaugePreferenceTest.java | 104 assertThat(mPreferenceViewHolder.findViewById(android.R.id.title).getContentDescription()) in testOnBindViewHolder_bindContentDescription()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/adapters/ |
D | TermsListAdapterCarTest.java | 95 assertThat(headerTextView.getContentDescription()) in onBindViewHolderSetsViewCorrectly()
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
D | FloatingActionButtonController.java | 94 if (!fab.getContentDescription().equals(description)) { in changeIcon()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DialpadKeyButton.java | 219 mBackupContentDesc = getContentDescription(); in setLongHovered()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/ |
D | LocaleLinearLayoutManager.java | 89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()
|
/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | LocaleLinearLayoutManager.java | 89 (position + 1) + ", " + dragCell.getCheckbox().getContentDescription(); in onInitializeAccessibilityNodeInfoForItem()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | FloatingActionButtonController.java | 91 || !mFloatingActionButton.getContentDescription().equals(description)) { in changeIcon()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
D | IconView.java | 171 public CharSequence getContentDescription () { in getContentDescription() method in IconView
|
/packages/apps/Camera2/src/com/android/camera/ |
D | MultiToggleImageButton.java | 226 String oldContentDescription = String.valueOf(getContentDescription()); in setStateInternal()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | OptionSelectorController.java | 307 title = tileView.getContentDescription(); in setContentDescription()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAppPreferenceTest.java | 214 assertThat(toggle.getContentDescription()).isEqualTo(label); in onBindViewHolder_toggleButtonShouldHaveContentDescription()
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/ |
D | WallpaperPickerActivity.java | 283 getString(R.string.announce_selection, v.getContentDescription())); in selectTile()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerActivityTest.java | 494 .getContentDescription()); in testWallpaperHasContentDescriptionFromAttribution()
|