Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAutomatedTestRunner.java38 private Thread mAutoThread; field in AutomatedTestRunner
159 mAutoThread = new Thread(this); in startAutoThread()
160 mAutoThread.start(); in startAutoThread()
165 if (mAutoThread != null) { in stopAutoThread()
169 mAutoThread.interrupt(); in stopAutoThread()
170 mAutoThread.join(100); in stopAutoThread()
171 mAutoThread = null; in stopAutoThread()