Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java282 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_textViewShouldProvideWhenRequested()
298 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
350 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
407 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
452 final Bundle getTextArgs = getTextLocationArguments(Integer.MAX_VALUE); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength()
562 private Bundle getTextLocationArguments(int locationLength) { in getTextLocationArguments() method in AccessibilityTextActionTest