Searched refs:connectHfp (Results 1 – 5 of 5) sorted by relevance
200 doReturn(true).when(mNativeInterface).connectHfp(any(BluetoothDevice.class)); in setUp()294 verify(mNativeInterface).connectHfp(device); in testConnectFromApi()337 verify(mNativeInterface).connectHfp(device); in testUnbondDevice_disconnectBeforeUnbond()378 verify(mNativeInterface, after(ASYNC_CALL_TIMEOUT_MILLIS)).connectHfp(device); in testUnbondDevice_disconnectAfterUnbond()
128 doReturn(true).when(mNativeInterface).connectHfp(any(BluetoothDevice.class)); in setUp()
104 doReturn(true).when(mNativeInterface).connectHfp(mTestDevice); in setUp()
263 public boolean connectHfp(BluetoothDevice device) { in connectHfp() method in HeadsetNativeInterface
470 if (!mNativeInterface.connectHfp(device)) { in processMessage()