Home
last modified time | relevance | path

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

/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DCujTestBase.java157 synchronized (PlayerListener.LISTENER_LOCK) { in play()
159 PlayerListener.LISTENER_LOCK.wait(timeoutMilliSeconds); in play()
DPlayerListener.java44 public static final Object LISTENER_LOCK = new Object(); field in PlayerListener
211 synchronized (LISTENER_LOCK) { in onEvents()
230 LISTENER_LOCK.notify(); in onEvents()