Home
last modified time | relevance | path

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

/cts/tests/tests/display/src/android/display/cts/
DDisplayEventTest.java126 private final LinkedBlockingQueue<Integer> mExpectations; field in DisplayEventTest.DisplayBundle
131 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()