Searched refs:mExpectations (Results 1 – 1 of 1) sorted by relevance
126 private final LinkedBlockingQueue<Integer> mExpectations; field in DisplayEventTest.DisplayBundle131 mExpectations = new LinkedBlockingQueue<>(); in DisplayBundle()148 mExpectations.offer(event); in addDisplayEvent()157 assertNull(mExpectations.poll(DISPLAY_EVENT_TIMEOUT_MSEC, TimeUnit.MILLISECONDS)); in assertNoDisplayEvents()172 event = mExpectations.poll(TEST_FAILURE_TIMEOUT_MSEC, TimeUnit.MILLISECONDS); in waitDisplayEvent()