Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h209 class WithFlagsMatcher {
212 explicit WithFlagsMatcher(int32_t flags) : mFlags(flags) {} in WithFlagsMatcher() function
240 inline WithFlagsMatcher WithFlags(int32_t flags) { in WithFlags()
241 return WithFlagsMatcher(flags); in WithFlags()