Home
last modified time | relevance | path

Searched refs:CALL_STATE_WAITING (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java162 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in handleCallChanged()
167 || mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCallChanged()
DHfpClientDeviceBlock.java184 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java65 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java62 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java424 BluetoothHeadsetClientCall.CALL_STATE_WAITING); in acceptCall()
442 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in acceptCall()
507 BluetoothHeadsetClientCall.CALL_STATE_WAITING, in rejectCall()
519 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in rejectCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java67 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceImpl
899 return CALL_STATE_WAITING; in getBtCallState()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java84 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceTest
447 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, in testWaitingCallClccResponse()