HomeSort by relevance Sort by last modified time
    Searched refs:sendKeySync (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 48 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MENU));
49 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
66 inst.sendKeySync(pushMenuKey);
67 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, shortcutKeyCode));
68 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, shortcutKeyCode));
69 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MENU));
80 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_DPAD_CENTER));
86 inst.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_DPAD_CENTER));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ContactsFilterInstrumentation.java 60 sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_M));
61 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_M));
62 sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_A));
63 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_A));
ContactsSelectInstrumentation.java 65 sendKeySync(new KeyEvent(
67 sendKeySync(new KeyEvent(
69 sendKeySync(new KeyEvent(
71 sendKeySync(new KeyEvent(
LocalSampleInstrumentation.java 72 sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_SHIFT_LEFT));
74 sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.KEYCODE_SHIFT_LEFT));
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
InstrumentationInputInjector.java 39 instrumentation.sendKeySync((KeyEvent) event);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 82 inst.sendKeySync(down);
83 inst.sendKeySync(up);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 79 inst.sendKeySync(down);
80 inst.sendKeySync(up);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseKeyboardShortcutsTestCase.java 60 instrumentation.sendKeySync(downEvent);
65 instrumentation.sendKeySync(upEvent);
KeyboardShortcutsTestCaseWithToolbar.java 143 InstrumentationRegistry.getInstrumentation().sendKeySync(unhandledShortcutKey);
153 InstrumentationRegistry.getInstrumentation().sendKeySync(keyDown);
157 InstrumentationRegistry.getInstrumentation().sendKeySync(keyUp);
  /frameworks/base/core/tests/coretests/src/android/widget/
DatePickerFocusTest.java 98 mInstrumentation.sendKeySync(shiftDown);
103 mInstrumentation.sendKeySync(keyDown);
108 mInstrumentation.sendKeySync(keyUp);
111 mInstrumentation.sendKeySync(shiftUp);
  /cts/tests/tests/view/src/android/view/cts/
ContentPaneFocusTest.java 152 mInstrumentation.sendKeySync(metaHotkey);
156 mInstrumentation.sendKeySync(metaHotkey);
165 mInstrumentation.sendKeySync(keyEvent);
ViewTest.java     [all...]
TooltipTest.java 155 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_DOWN, keyCode));
157 mInstrumentation.sendKeySync(new KeyEvent(KeyEvent.ACTION_UP, keyCode));
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ImageCapture.java 81 inst.sendKeySync(focusEvent);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
ImageCapture.java 83 inst.sendKeySync(focusEvent);
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/
EmojiKeyboardTest.java 146 mInstrumentation.sendKeySync(del());
175 mInstrumentation.sendKeySync(forwardDel());
  /cts/tests/tests/widget/src/android/widget/cts/
TabHostTest.java 484 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, metaKeys[mk],
488 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, keyCode, 0,
490 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, keyCode, 0,
495 mInstrumentation.sendKeySync(new KeyEvent(0, 0, KeyEvent.ACTION_UP, metaKeys[mk], 0,
AbsSeekBarTest.java 231 mInstrumentation.sendKeySync(keyEvent);
235 mInstrumentation.sendKeySync(keyEvent);
GridViewTest.java 182 mInstrumentation.sendKeySync(event);
186 mInstrumentation.sendKeySync(event);
201 mInstrumentation.sendKeySync(event);
204 mInstrumentation.sendKeySync(event);
    [all...]
ToolbarTest.java 531 mInstrumentation.sendKeySync(unhandledShortcutKey);
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 125 getInstrumentation().sendKeySync(
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 149 getInstrumentation().sendKeySync(
  /frameworks/base/core/java/android/app/
Instrumentation.java 165 * {@link #sendKeySync} or {@link #startActivitySync}.
    [all...]
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 490 mInstrumentation.sendKeySync(key);
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java 378 mInstrumentation.sendKeySync(keyEvent);

Completed in 2238 milliseconds

1 2 3