Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java477 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm()
484 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm()
486 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm()
498 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm()
539 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClock24H()
551 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClock24H()
638 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm()
645 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm()
652 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm()
759 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in verifyModeClockMinuteInput()
[all …]
DBackwardNavigationTest.java110 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mRoot, in testBackwardNavigation()
DTextViewTest.java2497 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCopyAndPaste_byCtrlInsert()
2506 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCopyAndPaste_byCtrlInsert()
2595 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCutAndPaste_byShiftDelete()
2605 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCutAndPaste_byShiftDelete()
7339 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, in testEscapeWithModifierDoesNotStopActionModeOrClearFocus()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCtsKeyEventUtil.java294 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, View targetView, in sendKeyWhileHoldingModifier() method in CtsKeyEventUtil
296 sendKeyWhileHoldingModifier(instrumentation, keyCodeToSend, modifierKeyCodeToHold); in sendKeyWhileHoldingModifier()
307 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, int keyCodeToSend, in sendKeyWhileHoldingModifier() method in CtsKeyEventUtil
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java149 protected void sendKeyWhileHoldingModifier(View targetView, int keyCodeToSend, in sendKeyWhileHoldingModifier() method in KeyListenerTestCase
151 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, targetView, keyCodeToSend, in sendKeyWhileHoldingModifier()
DBaseKeyListenerTest.java183 sendKeyWhileHoldingModifier(mTextView, KeyEvent.KEYCODE_DEL, KeyEvent.KEYCODE_ALT_LEFT); in testBackspace_withSendKeys()
188 sendKeyWhileHoldingModifier(mTextView, KeyEvent.KEYCODE_DEL, KeyEvent.KEYCODE_ALT_LEFT); in testBackspace_withSendKeys()