Home | History | Annotate | Download | only in hfp

Lines Matching refs:mHandlerThread

68     private HandlerThread mHandlerThread;
120 mHandlerThread = new HandlerThread("HeadsetStateMachineTestHandlerThread");
121 mHandlerThread.start();
125 .makeStateMachine(mTestDevice, mHandlerThread.getLooper(), mHeadsetService,
135 mHandlerThread.quit();