Searched refs:withKeyCode (Results 1 – 2 of 2) sorted by relevance
33 import com.android.cts.input.inputeventmatchers.withKeyCode100 verifier.assertReceivedKey(withKeyCode(KeyEvent.KEYCODE_STEM_PRIMARY)) in testStemPrimaryKeyUnhandledByApp()120 verifier.assertReceivedKey(withKeyCode(KeyEvent.KEYCODE_STEM_PRIMARY)) in testStemPrimaryKeyHandledByApp()
173 fun withKeyCode(keyCode: Int): Matcher<KeyEvent> = object : TypeSafeMatcher<KeyEvent>() { in withKeyCode() method