Home
last modified time | relevance | path

Searched refs:getTextArgs (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() local
284 AccessibilityNodeInfo.EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY, getTextArgs)); in testTextLocations_textViewShouldProvideWhenRequested()
298 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull() local
300 EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY, getTextArgs)); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
331 EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY, getTextArgs)); in testTextLocations_textOutsideOfViewBounds_locationsShouldBeNull()
350 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local
381 EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY, getTextArgs)); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()
407 final Bundle getTextArgs = getTextLocationArguments(text.getText().length()); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local
432 text.refreshWithExtraData(EXTRA_DATA_TEXT_CHARACTER_LOCATION_KEY, getTextArgs); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()
452 final Bundle getTextArgs = getTextLocationArguments(Integer.MAX_VALUE); in testTextLocation_testLocationBoundary_locationShouldBeLimitationLength() local
[all …]