Home
last modified time | relevance | path

Searched refs:mNotifiedInteractions (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp268 ASSERT_EQ(std::make_pair(deviceId, uids), mNotifiedInteractions.popWithTimeout(100ms)); in assertNotifyDeviceInteractionWasCalled()
272 ASSERT_FALSE(mNotifiedInteractions.popWithTimeout(10ms)); in assertNotifyDeviceInteractionWasNotCalled()
483 ASSERT_TRUE(mNotifiedInteractions.emplace(deviceId, uids)); in notifyDeviceInteraction()
DFakeInputDispatcherPolicy.h154 BlockingQueue<std::pair<int32_t /*deviceId*/, std::set<gui::Uid>>> mNotifiedInteractions; variable