Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestInputListener.h73 void assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs = nullptr);
DTestInputListener.cpp124 void TestInputListener::assertNotifyVibratorStateWasCalled(NotifyVibratorStateArgs* outEventArgs) { in assertNotifyVibratorStateWasCalled() function in android::TestInputListener
DPointerChoreographer_test.cpp239 mTestListener.assertNotifyVibratorStateWasCalled(); in TEST_F()