File tree Expand file tree Collapse file tree
services/inputflinger/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ class InputTracingTest : public testing::Test {
133133 mDispatcher ->setFocusedWindow (request);
134134 }
135135
136- void tapAndExpect (const std::vector<const sp<FakeWindowHandle>>& windows,
137- Level inboundTraceLevel, Level dispatchTraceLevel, InputTraceSession& s) {
136+ void tapAndExpect (const std::vector<sp<FakeWindowHandle>>& windows, Level inboundTraceLevel ,
137+ Level dispatchTraceLevel, InputTraceSession& s) {
138138 const auto down = MotionArgsBuilder (ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN)
139139 .pointer (PointerBuilder (0 , ToolType::FINGER).x (100 ).y (110 ))
140140 .build ();
@@ -156,7 +156,7 @@ class InputTracingTest : public testing::Test {
156156 }
157157 }
158158
159- void keypressAndExpect (const std::vector<const sp<FakeWindowHandle>>& windows,
159+ void keypressAndExpect (const std::vector<sp<FakeWindowHandle>>& windows,
160160 Level inboundTraceLevel, Level dispatchTraceLevel,
161161 InputTraceSession& s) {
162162 const auto down = KeyArgsBuilder (ACTION_DOWN, AINPUT_SOURCE_KEYBOARD).build ();
You can’t perform that action at this time.
0 commit comments