HomeSort by relevance Sort by last modified time
    Searched refs:connectHfp (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetNativeInterface.java 263 public boolean connectHfp(BluetoothDevice device) {
HeadsetStateMachine.java 452 if (!mNativeInterface.connectHfp(device)) {
453 stateLogE("CONNECT failed for connectHfp(" + device + ")");
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetServiceAndStateMachineTest.java 196 doReturn(true).when(mNativeInterface).connectHfp(any(BluetoothDevice.class));
288 verify(mNativeInterface).connectHfp(device);
329 verify(mNativeInterface).connectHfp(device);
368 verify(mNativeInterface, after(ASYNC_CALL_TIMEOUT_MILLIS)).connectHfp(device);
    [all...]
HeadsetServiceTest.java 125 doReturn(true).when(mNativeInterface).connectHfp(any(BluetoothDevice.class));
    [all...]
HeadsetStateMachineTest.java 99 doReturn(true).when(mNativeInterface).connectHfp(mTestDevice);
    [all...]

Completed in 94 milliseconds