Searched refs:makeTextViewVisibleAndSetText (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | AccessibilityTextActionTest.java | 140 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testNotEditableTextView_shouldNotExposeOrRespondToSetTextAction() 195 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.a_b)); in testEditText_shouldExposeAndRespondToSetTextAction() 231 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testClickableSpan_shouldWorkFromAccessibilityService() 253 makeTextViewVisibleAndSetText(textView, textWithClickableSpan); in testUrlSpan_shouldWorkFromAccessibilityService() 273 makeTextViewVisibleAndSetText(textView, textWithImageSpan); in testImageSpan_accessibilityServiceShouldSeeContentDescription() 298 makeTextViewVisibleAndSetText(textView, stringToSet); in testTextViewProvidesLocationsWhenRequested() 329 makeTextViewVisibleAndSetText(editText, mActivity.getString(R.string.android_wiki)); in testTextOusideOfViewBounds_locationsInWindowsNull() 397 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() 455 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() 513 makeTextViewVisibleAndSetText(textView, mActivity.getString(R.string.a_b)); in textTextLocationBoundaryShouldBeLimitedLength() [all …]
|