/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/ |
D | ChartDataUsagePreferenceTest.java | 178 assertThat(chart.getContentDescription()).isNotNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription() 179 assertThat(labelTop.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription() 180 assertThat(labelMiddle.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription() 181 assertThat(labelBottom.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription() 182 assertThat(labelStart.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription() 183 assertThat(labelEnd.getContentDescription()).isNull(); in notifyChange_nonEmptyDataUsage_shouldHaveSingleContentDescription()
|
/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/ |
D | TimerSetupViewTest.java | 246 timeView.getContentDescription())); in assertIsReset() 249 assertTrue(TextUtils.equals("Delete", deleteView.getContentDescription())); in assertIsReset() 262 assertNull(fab.getContentDescription()); in assertIsReset() 279 assertTrue(TextUtils.equals("Delete " + seconds % 10, deleteView.getContentDescription())); in assertHasValue() 293 assertTrue(TextUtils.equals("Start", fab.getContentDescription())); in assertHasValue()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/model/ |
D | ItemTest.java | 256 assertThat(item.getContentDescription(context)) in testGetContentDescription() 260 assertThat(item.getContentDescription(context)).isEqualTo( in testGetContentDescription() 266 assertThat(item.getContentDescription(context)) in testGetContentDescription() 271 assertThat(item.getContentDescription(context)) in testGetContentDescription() 276 assertThat(item.getContentDescription(context)) in testGetContentDescription()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | LabeledSeekBarPreferenceTest.java | 226 assertThat(mIconStartFrame.getContentDescription().toString().contentEquals( in setContentDescriptionWithIcon_success() 228 assertThat(mIconEndFrame.getContentDescription().toString().contentEquals( in setContentDescriptionWithIcon_success() 241 assertThat(mIconStartFrame.getContentDescription()).isNull(); in notSetContentDescriptionAttributes_noDescription() 242 assertThat(mIconEndFrame.getContentDescription()).isNull(); in notSetContentDescriptionAttributes_noDescription()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/ |
D | ClockCarouselView.kt | 126 fun getContentDescription(index: Int): String { in <lambda>() method 127 return adapter.getContentDescription(index, resources) in <lambda>() 386 fun getContentDescription(index: Int, resources: Resources): String { in <lambda>() method 387 return clocks[index].getContentDescription(resources) in <lambda>() 422 viewRoot.contentDescription = getContentDescription(index, view.resources) in <lambda>()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncherTest.java | 107 String appName = app.getContentDescription(); in dragNDropDisabled_pinIconAddsToWorkspace() 180 String appName = icon.getContentDescription(); in startDragFromAllApps() 200 String appName = icon.getContentDescription(); in startDragFromPredictionRow()
|
/packages/apps/Car/systemlibs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
D | QCActionItemTest.java | 87 assertThat(newAction.getContentDescription()).isEqualTo(TEST_CONTENT_DESCRIPTION); in onBundle_switch_accurateData() 101 assertThat(newAction.getContentDescription()).isEqualTo(TEST_CONTENT_DESCRIPTION); in onBundle_toggle_accurateDate()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityFooterPreferenceControllerTest.java | 98 assertThat(summaryView.getContentDescription().toString()) in onBindViewHolder_setIntroductionTitle_setCorrectIntroductionTitle() 120 assertThat(learnMoreView.getContentDescription()).isNull(); in onBindViewHolder_setHelpResource_emptyString_notVisible()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | RemoteActionShortcut.java | 71 view.setContentDescription(mAction.getContentDescription()); in setIconAndContentDescriptionFor() 77 R.id.action_remote_action_shortcut, mAction.getContentDescription()); in createAccessibilityAction()
|
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NodeBuilderTest.java | 155 assertThat(node.getContentDescription().toString()).isEqualTo(CONTENT_DESCRIPTION); in testSetContentDescription() 241 assertThat(node.getContentDescription().toString()).isEqualTo(ROTARY_VERTICALLY_SCROLLABLE); in testSetScrollableContainer() 247 assertThat(node.getContentDescription().toString()).isEqualTo(ROTARY_CONTAINER); in testSetRotaryContainer()
|
/packages/apps/ThemePicker/src/com/android/customization/model/color/ |
D | ColorSeedOption.java | 79 view.setContentDescription(getContentDescription(view.getContext())); in bindThumbnailTile() 83 public CharSequence getContentDescription(Context context) { in getContentDescription() method in ColorSeedOption
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Utils.java | 304 CharSequence contentDescription = node.getContentDescription(); in isRotaryContainer() 316 CharSequence contentDescription = node.getContentDescription(); in isScrollableContainer() 327 CharSequence contentDescription = node.getContentDescription(); in isHorizontallyScrollableContainer()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/ |
D | ApplicationViewHolderTest.java | 81 assertThat(mHolder.mAppName.getContentDescription()).isEqualTo("content"); in setTitle_titleIsNotEmptyAndContentIsNotEmpty_shouldSetTitleAndContentDescription() 89 assertThat(mHolder.mAppName.getContentDescription()).isNull(); in setTitle_titleIsNotEmptyButContentIsEmpty_shouldSetTitle()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/ |
D | CarPrivacyChipViewController.java | 93 String contentDescription = state.getContentDescription(); in updatePrivacyChipView() 115 String contentDescription = viewState.getContentDescription(); in showIndicator()
|
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/ |
D | HasCustomContentDescription.java | 29 String getContentDescription(); in getContentDescription() method
|
D | CustomContentDescriptionPreference.java | 61 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionPreference
|
D | CustomContentDescriptionRestrictedPreference.java | 62 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionRestrictedPreference
|
D | CustomContentDescriptionPreferenceCategory.java | 59 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionPreferenceCategory
|
D | EmbeddedSlicePreference.java | 84 public String getContentDescription() { in getContentDescription() method in EmbeddedSlicePreference
|
D | SliceCheckboxPreference.java | 101 public String getContentDescription() { in getContentDescription() method in SliceCheckboxPreference
|
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
D | WalletCardViewInfo.java | 36 CharSequence getContentDescription(); in getContentDescription() method
|
D | WalletPanelViewController.java | 388 public CharSequence getContentDescription() { in getContentDescription() method in WalletPanelViewController.QAWalletCardViewInfo 389 return mWalletCard.getContentDescription(); in getContentDescription()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconData.java | 40 protected String getContentDescription() { in getContentDescription() method in StatusIconData
|
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/viewmodel/ |
D | ClockCarouselItemViewModel.kt | 26 fun getContentDescription(resources: Resources): String { in getContentDescription() method
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | CustomContentDescriptionSwitchPreference.java | 59 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionSwitchPreference
|