HomeSort by relevance Sort by last modified time
    Searched refs:handledShortcutKey (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
KeyboardShortcutsTestCaseWithToolbar.java 120 final KeyEvent handledShortcutKey = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
125 assertTrue(cb.dispatchKeyShortcutEvent(handledShortcutKey));
  /cts/tests/tests/widget/src/android/widget/cts/
ToolbarTest.java 513 KeyEvent handledShortcutKey = new KeyEvent(now, now, KeyEvent.ACTION_DOWN,
516 assertTrue(mActivity.dispatchKeyShortcutEvent(handledShortcutKey))

Completed in 108 milliseconds