Home
last modified time | relevance | path

Searched refs:assertNotifySensorWasCalled (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DTestInputListener.h72 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr);
DTestInputListener.cpp118 void TestInputListener::assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs) { in assertNotifySensorWasCalled() function in android::TestInputListener
DPointerChoreographer_test.cpp227 mTestListener.assertNotifySensorWasCalled(); in TEST_F()
DInputReader_test.cpp3273 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifySensorWasCalled(&args)); in TEST_F()
3303 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifySensorWasCalled(&args)); in TEST_F()