Home
last modified time | relevance | path

Searched refs:disconnectHfp (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetNativeInterface.java274 public boolean disconnectHfp(BluetoothDevice device) { in disconnectHfp() method in HeadsetNativeInterface
DHeadsetStateMachine.java530 if (!mNativeInterface.disconnectHfp(mDevice)) { in processConnectionEvent()
1061 if (!mNativeInterface.disconnectHfp(device)) { in processMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java129 doReturn(true).when(mNativeInterface).disconnectHfp(any(BluetoothDevice.class)); in setUp()
DHeadsetServiceAndStateMachineTest.java201 doReturn(true).when(mNativeInterface).disconnectHfp(any(BluetoothDevice.class)); in setUp()
DHeadsetStateMachineTest.java105 doReturn(true).when(mNativeInterface).disconnectHfp(mTestDevice); in setUp()