Searched refs:mAutoThread (Results 1 – 1 of 1) sorted by relevance
38 private Thread mAutoThread; field in AutomatedTestRunner159 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()