Searched defs:CALL_STATE_WAITING (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java65 final static int CALL_STATE_WAITING = 5; field in class:HeadsetHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneServiceImpl.java67 private static final int CALL_STATE_WAITING = 5; field in class:BluetoothPhoneServiceImpl
817 // You will note that CALL_STATE_WAITING, CALL_STATE_HELD, and CALL_STATE_ACTIVE are not
863 return CALL_STATE_WAITING;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java62 final static int CALL_STATE_WAITING = 5; field in class:HeadsetClientHalConstants
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothPhoneServiceTest.java79 private static final int CALL_STATE_WAITING = 5; field in class:BluetoothPhoneServiceTest
401 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false,

Completed in 538 milliseconds