Loading services/inputflinger/tests/InputDispatcher_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9584,6 +9584,7 @@ public: using InputDispatcherStylusInterceptorDeathTest = InputDispatcherStylusInterceptorTest; using InputDispatcherStylusInterceptorDeathTest = InputDispatcherStylusInterceptorTest; TEST_F(InputDispatcherStylusInterceptorDeathTest, UntrustedOverlay_AbortsDispatcher) { TEST_F(InputDispatcherStylusInterceptorDeathTest, UntrustedOverlay_AbortsDispatcher) { testing::GTEST_FLAG(death_test_style) = "threadsafe"; ScopedSilentDeath _silentDeath; ScopedSilentDeath _silentDeath; auto [overlay, window] = setupStylusOverlayScenario(); auto [overlay, window] = setupStylusOverlayScenario(); Loading Loading
services/inputflinger/tests/InputDispatcher_test.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -9584,6 +9584,7 @@ public: using InputDispatcherStylusInterceptorDeathTest = InputDispatcherStylusInterceptorTest; using InputDispatcherStylusInterceptorDeathTest = InputDispatcherStylusInterceptorTest; TEST_F(InputDispatcherStylusInterceptorDeathTest, UntrustedOverlay_AbortsDispatcher) { TEST_F(InputDispatcherStylusInterceptorDeathTest, UntrustedOverlay_AbortsDispatcher) { testing::GTEST_FLAG(death_test_style) = "threadsafe"; ScopedSilentDeath _silentDeath; ScopedSilentDeath _silentDeath; auto [overlay, window] = setupStylusOverlayScenario(); auto [overlay, window] = setupStylusOverlayScenario(); Loading