Home
last modified time | relevance | path

Searched refs:dispatchKeyShortcutEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DToolbarTest.java546 assertTrue(mActivity.dispatchKeyShortcutEvent(handledShortcutKey)) in testKeyShortcuts()
555 assertFalse(mActivity.dispatchKeyShortcutEvent(unhandledShortcutKey)) in testKeyShortcuts()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java2367 assertFalse(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
2373 assertFalse(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
2378 assertTrue(mMockViewGroup.dispatchKeyShortcutEvent(event)); in testDispatchKeyEventPreIme()
2986 public boolean dispatchKeyShortcutEvent(KeyEvent event) { in dispatchKeyShortcutEvent() method in ViewGroupTest.MockTextView
DViewTest.java2602 view.dispatchKeyShortcutEvent(event); in testDispatchKeyShortcutEvent()
2612 view.dispatchKeyShortcutEvent(null); in testDispatchKeyShortcutEventNull()