Home
last modified time | relevance | path

Searched refs:handleCallAction (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java664 if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) { in acceptCall()
705 if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) { in rejectCall()
730 if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) { in holdCall()
753 if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) { in terminateCall()
771 if (mNativeInterface.handleCallAction( in enterPrivateMode()
788 if (mNativeInterface.handleCallAction( in explicitCallTransfer()
DNativeInterface.java202 public boolean handleCallAction(BluetoothDevice device, int action, int index) { in handleCallAction() method in NativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java1059 .handleCallAction(null, HeadsetClientHalConstants.CALL_ACTION_CHLD_2X, 0);
1079 .handleCallAction(null, HeadsetClientHalConstants.CALL_ACTION_CHLD_4, -1);
1707 verify(mNativeInterface).handleCallAction(any(BluetoothDevice.class), anyInt(), eq(0));