Home
last modified time | relevance | path

Searched refs:contentDescription (Results 1 – 9 of 9) sorted by relevance

/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceTestUtils.java42 public static Icon createSmartspaceIcon(String contentDescription) { in createSmartspaceIcon() argument
45 return new Icon.Builder(icon).setContentDescription(contentDescription).build(); in createSmartspaceIcon()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java261 final String contentDescription = mActivity.getString(R.string.contentDescription); in testImageSpan_accessibilityServiceShouldSeeContentDescription() local
262 imageSpan.setContentDescription(contentDescription); in testImageSpan_accessibilityServiceShouldSeeContentDescription()
271 assertEquals(contentDescription, replacementSpanFromA11y.getContentDescription()); in testImageSpan_accessibilityServiceShouldSeeContentDescription()
DAccessibilityWindowQueryTest.java196 .findAccessibilityNodeInfosByText(mActivity.getString(R.string.contentDescription)) in testFindByContentDescription()
/cts/tests/tests/companion/CompanionDeviceTestApp/src/android.os.cts.companiondevicetestapp/
DCompanionDeviceTestAppActivity.kt61 contentDescription = "name filter" // Do not change: used in the tests. in <lambda>()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DCheckoutActivityTest.java361 final String contentDescription = image.getContentDescription();
363 assertThat(contentDescription).isEqualTo("One image is worth thousand words");
365 assertThat(contentDescription).isNull();
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java497 public UiObject2 assertShownByContentDescription(String contentDescription) throws Exception { in assertShownByContentDescription() argument
498 final UiObject2 object = waitForObject(By.desc(contentDescription)); in assertShownByContentDescription()
499 assertWithMessage("No node with content description '%s'", contentDescription).that(object) in assertShownByContentDescription()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationTest.java1003 final String contentDescription = "content description"; in testNotification_isBigPictureStyle_pictureContentDescriptionSet() local
1006 .setContentDescription(contentDescription); in testNotification_isBigPictureStyle_pictureContentDescriptionSet()
1015 assertEquals(contentDescription, notificationContentDescription); in testNotification_isBigPictureStyle_pictureContentDescriptionSet()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java244 CharSequence contentDescription = mContext.getString(R.string.remote_content_description); in testSetContentDescription() local
245 mRemoteViews.setContentDescription(R.id.remoteView_frame, contentDescription); in testSetContentDescription()
247 assertTrue(TextUtils.equals(contentDescription, view.getContentDescription())); in testSetContentDescription()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt654 field public static final int contentDescription = 16843379; // 0x1010273