Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestEventMatchers.h529 class WithKeyCodeMatcher {
532 explicit WithKeyCodeMatcher(int32_t keyCode) : mKeyCode(keyCode) {} in WithKeyCodeMatcher() function
552 inline WithKeyCodeMatcher WithKeyCode(int32_t keyCode) { in WithKeyCode()
553 return WithKeyCodeMatcher(keyCode); in WithKeyCode()