Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h544 class WithEventIdMatcher {
547 explicit WithEventIdMatcher(int32_t eventId) : mEventId(eventId) {} in WithEventIdMatcher() function
571 inline WithEventIdMatcher WithEventId(int32_t eventId) { in WithEventId()
572 return WithEventIdMatcher(eventId); in WithEventId()