Searched refs:setSelectionArgs (Results 1 – 1 of 1) sorted by relevance
981 Bundle setSelectionArgs = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverTextExtend() local982 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() local1981 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() local2732 setSelectionArgs.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_SELECTION_START_INT, 34); in testActionNextAndPreviousAtGranularityLineOverTextExtend()[all …]