Searched refs:LooperThread (Results 1 – 4 of 4) sorted by relevance
35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest54 LooperThread thread = new LooperThread() { in testContentQueryMap()
31 (new LooperThread()).start(); in doTest()75 class LooperThread extends Thread { class in TestHandlerThread
61 private LooperThread mLT;70 mLT = new LooperThread(this, callback); in TestInterface()74 static class LooperThread extends Thread { class in TestInterface88 LooperThread(TestInterface ti, TestResultCallback callback) { in LooperThread() method in TestInterface.LooperThread
1233 final LooperThread mThread = new LooperThread();1272 class LooperThread extends Thread {