Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java723 public void waitForViewIsAvailable() throws Exception { in waitForViewIsAvailable() method in VideoViewFactory
724 waitForViewIsAvailable(DEFAULT_VIEW_AVAILABLE_TIMEOUT_MS); in waitForViewIsAvailable()
727 public abstract void waitForViewIsAvailable(long timeOutMs) throws Exception; in waitForViewIsAvailable() method in VideoViewFactory
780 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in TextureViewFactory
858 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in SurfaceViewFactory
940 public void waitForViewIsAvailable(long timeOutMs) throws Exception { in waitForViewIsAvailable() method in GLSurfaceViewFactory
DDecodeAccuracyTest.java236 videoViewFactory.waitForViewIsAvailable(); in runTest()