Searched refs:assertNotifySwitchWasCalled (Results 1 – 5 of 5) sorted by relevance
55 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);
77 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() function in android::TestInputListener
123 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
110 void assertNotifySwitchWasCalled(const NotifySwitchArgs& args) { in assertNotifySwitchWasCalled() function in android::inputdispatcher::FakeInputDispatcherPolicy681 mFakePolicy->assertNotifySwitchWasCalled(args); in TEST_F()
2853 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifySwitchWasCalled(&args)); in TEST_F()