Searched refs:mNotifiedInteractions (Results 1 – 2 of 2) sorted by relevance
268 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()
154 BlockingQueue<std::pair<int32_t /*deviceId*/, std::set<gui::Uid>>> mNotifiedInteractions; variable