Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h55 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = nullptr);
H A DTestInputListener.cpp77 void TestInputListener::assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs) { in assertNotifySwitchWasCalled() function in android::TestInputListener
H A DInputClassifier_test.cpp123 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifySwitchWasCalled(&outArgs)); in TEST_F()
H A DInputDispatcher_test.cpp110 void assertNotifySwitchWasCalled(const NotifySwitchArgs& args) { in assertNotifySwitchWasCalled() function in android::inputdispatcher::FakeInputDispatcherPolicy
681 mFakePolicy->assertNotifySwitchWasCalled(args); in TEST_F()
H A DInputReader_test.cpp2853 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifySwitchWasCalled(&args)); in TEST_F()