Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp301 std::ostringstream matcherDescription; in consumeMotionEvent() local
302 matcher.DescribeTo(&matcherDescription); in consumeMotionEvent()
303 ADD_FAILURE() << "No event (expected " << matcherDescription.str() << ") on " << mName; in consumeMotionEvent()