Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h78 class WithKeyActionMatcher {
81 explicit WithKeyActionMatcher(int32_t action) : mAction(action) {} in WithKeyActionMatcher() function
101 inline WithKeyActionMatcher WithKeyAction(int32_t action) { in WithKeyAction()
102 return WithKeyActionMatcher(action); in WithKeyAction()