Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DTestActivity.java40 public void waitUntilDestroyed() throws InterruptedException { in waitUntilDestroyed() method in TestActivity
41 waitUntilDestroyed(10000); in waitUntilDestroyed()
49 public void waitUntilDestroyed(int timeoutMs) throws InterruptedException { in waitUntilDestroyed() method in TestActivity
DSurfaceFlingerTest.java58 activity.waitUntilDestroyed(); in latchAfterReady()
DChoreoTest.java61 activity.waitUntilDestroyed(); in choreoCallbackTimes()