Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java130 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction()
185 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.a_b)); in testEditText_shouldExposeAndRespondToSetTextAction()
221 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testClickableSpan_shouldWorkFromAccessibilityService()
243 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testUrlSpan_shouldWorkFromAccessibilityService()
263 makeTextViewVisibleAndSetText(textView, textWithImageSpan); in testImageSpan_accessibilityServiceShouldSeeContentDescription()
277 makeTextViewVisibleAndSetText(textView, stringToSet); in testTextLocations_textViewShouldProvideWhenRequested()
296 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.android_wiki)); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
350 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
407 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
452 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()
[all …]