Searched refs:handlerThreadGetLooper (Results 1 – 5 of 5) sorted by relevance
293 public Looper handlerThreadGetLooper(HandlerThread handlerThread) { in handlerThreadGetLooper() method in BluetoothMethodProxy
109 doReturn(mTestLooper.getLooper()).when(mMethodProxy).handlerThreadGetLooper(any()); in setUp()
201 mSessionStatusHandler = new PbapHandler(mp.handlerThreadGetLooper(mHandlerThread)); in BluetoothPbapService()
900 mHandler = new Handler(mp.handlerThreadGetLooper(mHandlerThread)); in start()
127 doReturn(mTestLooper.getLooper()).when(mMethodProxy).handlerThreadGetLooper(any()); in setUp()