s/TestInputListenerMatchers.h/TestEventMatchers.h
...because it contains matchers for various event types, like
NotifyMotionArgs and MotionEvent, not just for those assocated with
InputListeners.
Bug: 245989146
Test: atest inputflinger_tests
Change-Id: Ibdd75ae6dd9aef90bdf8b3280d0bc0660c60fa31
diff --git a/services/inputflinger/tests/InputDispatcher_test.cpp b/services/inputflinger/tests/InputDispatcher_test.cpp
index 24c586c..561a81b 100644
--- a/services/inputflinger/tests/InputDispatcher_test.cpp
+++ b/services/inputflinger/tests/InputDispatcher_test.cpp
@@ -16,7 +16,7 @@
#include "../dispatcher/InputDispatcher.h"
#include "../BlockingQueue.h"
-#include "TestInputListenerMatchers.h"
+#include "TestEventMatchers.h"
#include <NotifyArgsBuilders.h>
#include <android-base/properties.h>