Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp256 List<NotifySwitchArgs> mNotifySwitchArgsQueue; member in android::FakeInputListener
324 ASSERT_FALSE(mNotifySwitchArgsQueue.empty()) in assertNotifySwitchWasCalled()
327 *outEventArgs = *mNotifySwitchArgsQueue.begin(); in assertNotifySwitchWasCalled()
329 mNotifySwitchArgsQueue.erase(mNotifySwitchArgsQueue.begin()); in assertNotifySwitchWasCalled()
350 mNotifySwitchArgsQueue.push_back(*args); in notifySwitch()