Searched refs:assertNotifySwitchWasCalled (Results 1 – 8 of 8) sorted by relevance
68 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);
111 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
112 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() function in android::TestInputListener
70 void assertNotifySwitchWasCalled(const NotifySwitchArgs& args);
64 void FakeInputDispatcherPolicy::assertNotifySwitchWasCalled(const NotifySwitchArgs& args) { in assertNotifySwitchWasCalled() function in android::FakeInputDispatcherPolicy
467 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
230 mTestListener.assertNotifySwitchWasCalled(); in TEST_F()
432 mFakePolicy->assertNotifySwitchWasCalled(args); in TEST_F()