Searched refs:handleCallAction (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 588 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()
|
D | NativeInterface.java | 189 public boolean handleCallAction(byte[] address, int action, int index) { in handleCallAction() method in NativeInterface
|