Home
last modified time | relevance | path

Searched refs:getContentDescription (Results 1 – 25 of 83) sorted by relevance

1234

/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DChartDataUsagePreferenceTest.java178 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/
DTimerSetupViewTest.java246 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/
DItemTest.java256 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/
DLabeledSeekBarPreferenceTest.java226 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/
DClockCarouselView.kt126 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/
DSecondaryDisplayLauncherTest.java107 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/
DQCActionItemTest.java87 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/
DAccessibilityFooterPreferenceControllerTest.java98 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/
DRemoteActionShortcut.java71 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/
DNodeBuilderTest.java155 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/
DColorSeedOption.java79 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/
DUtils.java304 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/
DApplicationViewHolderTest.java81 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/
DCarPrivacyChipViewController.java93 String contentDescription = state.getContentDescription(); in updatePrivacyChipView()
115 String contentDescription = viewState.getContentDescription(); in showIndicator()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DHasCustomContentDescription.java29 String getContentDescription(); in getContentDescription() method
DCustomContentDescriptionPreference.java61 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionPreference
DCustomContentDescriptionRestrictedPreference.java62 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionRestrictedPreference
DCustomContentDescriptionPreferenceCategory.java59 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionPreferenceCategory
DEmbeddedSlicePreference.java84 public String getContentDescription() { in getContentDescription() method in EmbeddedSlicePreference
DSliceCheckboxPreference.java101 public String getContentDescription() { in getContentDescription() method in SliceCheckboxPreference
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletCardViewInfo.java36 CharSequence getContentDescription(); in getContentDescription() method
DWalletPanelViewController.java388 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/
DStatusIconData.java40 protected String getContentDescription() { in getContentDescription() method in StatusIconData
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/viewmodel/
DClockCarouselItemViewModel.kt26 fun getContentDescription(resources: Resources): String { in getContentDescription() method
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DCustomContentDescriptionSwitchPreference.java59 public String getContentDescription() { in getContentDescription() method in CustomContentDescriptionSwitchPreference

1234