Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextTraversalTest.java1044 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local
1045 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
1046 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 3); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
1048 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend()
2037 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityWordOverTextExtend() local
2038 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
2039 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_END_INT, 11); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
2041 AccessibilityNodeInfo.ACTION_SET_SELECTION, setSelectionArgs)); in testActionNextAndPreviousAtGranularityWordOverTextExtend()
2781 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityLineOverTextExtend() local
2782 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 34); in testActionNextAndPreviousAtGranularityLineOverTextExtend()
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt10947 method @Deprecated public void setSelectionArgs(String[]);