Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java588 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), action, 0)) { in acceptCall()
627 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), action, 0)) { in rejectCall()
652 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), action, 0)) { in holdCall()
673 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), action, 0)) { in terminateCall()
691 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), in enterPrivateMode()
707 if (mNativeInterface.handleCallAction(getByteAddress(mCurrentDevice), in explicitCallTransfer()
DNativeInterface.java189 public boolean handleCallAction(byte[] address, int action, int index) { in handleCallAction() method in NativeInterface