Searched refs:makeTextViewVisibleAndSetText (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
| D | AccessibilityTextActionTest.java | 156 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() 211 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.a_b)); in testEditText_shouldExposeAndRespondToSetTextAction() 247 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testClickableSpan_shouldWorkFromAccessibilityService() 269 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testUrlSpan_shouldWorkFromAccessibilityService() 289 makeTextViewVisibleAndSetText(textView, textWithImageSpan); in testImageSpan_accessibilityServiceShouldSeeContentDescription() 314 makeTextViewVisibleAndSetText(textView, stringToSet); in testTextViewProvidesLocationsWhenRequested() 345 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.android_wiki)); in testTextOutsideOfViewBounds_locationsInWindowsNull() 417 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() 475 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() 533 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in textTextLocationBoundaryShouldBeLimitedLength() [all …]
|