Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h113 void assertNotifyDeviceInteractionWasCalled(int32_t deviceId, std::set<gui::Uid> uids);
DFakeInputDispatcherPolicy.cpp266 void FakeInputDispatcherPolicy::assertNotifyDeviceInteractionWasCalled(int32_t deviceId, in assertNotifyDeviceInteractionWasCalled() function in android::FakeInputDispatcherPolicy
DInputDispatcher_test.cpp7918 mFakePolicy->assertNotifyDeviceInteractionWasCalled(DEVICE_ID, {Uid{101}})); in TEST_F()
7930 mFakePolicy->assertNotifyDeviceInteractionWasCalled(DEVICE_ID, in TEST_F()
7954 mFakePolicy->assertNotifyDeviceInteractionWasCalled(DEVICE_ID, {Uid{102}, Uid{103}})); in TEST_F()
7982 mFakePolicy->assertNotifyDeviceInteractionWasCalled(DEVICE_ID, {gui::Uid{101}})); in TEST_F()