Home
last modified time | relevance | path

Searched defs:KeyEventMatcher (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyboardInterceptorTest.java200 private static class KeyEventMatcher extends TypeSafeMatcher<KeyEvent> { class in KeyboardInterceptorTest
203 public KeyEventMatcher(KeyEvent eventToMatch) { in KeyEventMatcher() method in KeyboardInterceptorTest.KeyEventMatcher
H A DKeyEventDispatcherTest.java582 private class KeyEventMatcher extends TypeSafeMatcher<KeyEvent> { class in KeyEventDispatcherTest
585 KeyEventMatcher(KeyEvent eventToMatch) { in KeyEventMatcher() method in KeyEventDispatcherTest.KeyEventMatcher