Home
last modified time | relevance | path

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

/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java981 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local
982 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
983 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
985 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
1980 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local
1981 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
1982 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
1984 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
2731 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local
2732 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 34); in testActionNextAndPreviousAtGranularityLineOverTextExtend()
[all …]