Home
last modified time | relevance | path

Searched refs:assertNotifySwitchWasCalled (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DTestInputListener.h68 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);
DInputProcessor_test.cpp111 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
DTestInputListener.cpp112 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() function in android::TestInputListener
DFakeInputDispatcherPolicy.h70 void assertNotifySwitchWasCalled(const NotifySwitchArgs& args);
DFakeInputDispatcherPolicy.cpp64 void FakeInputDispatcherPolicy::assertNotifySwitchWasCalled(const NotifySwitchArgs& args) { in assertNotifySwitchWasCalled() function in android::FakeInputDispatcherPolicy
DUnwantedInteractionBlocker_test.cpp467 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
DPointerChoreographer_test.cpp230 mTestListener.assertNotifySwitchWasCalled(); in TEST_F()
DInputDispatcher_test.cpp432 mFakePolicy->assertNotifySwitchWasCalled(args); in TEST_F()