Home | History | Annotate | Download | only in wifi

Lines Matching refs:mMainThread

149     private HandlerThread mMainThread;
165 mMainThread = new HandlerThread("TestHandlerThread");
166 mMainThread.start();
167 mMainLooper = mMainThread.getLooper();