Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h67 void assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs = nullptr);
H A DTestInputListener.cpp105 void TestInputListener::assertNotifySensorWasCalled(NotifySensorArgs* outEventArgs) { in assertNotifySensorWasCalled() function in android::TestInputListener
H A DPointerChoreographer_test.cpp223 mTestListener.assertNotifySensorWasCalled(); in TEST_F()