commit | e3b28ddf7abf80b62066edc0675d2d5f11e51d56 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Fri Oct 06 04:19:29 2023 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Fri Oct 06 17:41:28 2023 +0000 |
tree | d0b3f1b8f5ab6d4fa80be0df7fdafd949d503852 | |
parent | 7b6502d628f0293124922de1d570e756e57be6f6 [diff] [blame] |
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/UnwantedInteractionBlocker_test.cpp b/services/inputflinger/tests/UnwantedInteractionBlocker_test.cpp index 7cfcf71..78f7291 100644 --- a/services/inputflinger/tests/UnwantedInteractionBlocker_test.cpp +++ b/services/inputflinger/tests/UnwantedInteractionBlocker_test.cpp
@@ -23,8 +23,8 @@ #include <thread> #include "ui/events/ozone/evdev/touch_filter/neural_stylus_palm_detection_filter.h" +#include "TestEventMatchers.h" #include "TestInputListener.h" -#include "TestInputListenerMatchers.h" using ::testing::AllOf;