Searched refs:matcherDescription (Results 1 – 1 of 1) sorted by relevance
301 std::ostringstream matcherDescription; in consumeMotionEvent() local302 matcher.DescribeTo(&matcherDescription); in consumeMotionEvent()303 ADD_FAILURE() << "No event (expected " << matcherDescription.str() << ") on " << mName; in consumeMotionEvent()