Home | History | Annotate | Download | only in am

Lines Matching refs:mHandlerThread

1963     final ServiceThread mHandlerThread;
3023 mHandlerThread = null;
3061 mHandlerThread = new ServiceThread(TAG,
3063 mHandlerThread.start();
3064 mHandler = new MainHandler(mHandlerThread.getLooper());