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.java125 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction()
180 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.a_b)); in testEditText_shouldExposeAndRespondToSetTextAction()
216 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testClickableSpan_shouldWorkFromAccessibilityService()
238 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testUrlSpan_shouldWorkFromAccessibilityService()
258 makeTextViewVisibleAndSetText(textView, textWithImageSpan); in testImageSpan_accessibilityServiceShouldSeeContentDescription()
272 makeTextViewVisibleAndSetText(textView, stringToSet); in testTextLocations_textViewShouldProvideWhenRequested()
291 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.android_wiki)); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
345 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
402 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
447 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()
[all …]