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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java61 final static int CALL_STATE_HELD = 1; field in class:HeadsetHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
H A DBluetoothPhoneServiceImpl.java61 private static final int CALL_STATE_HELD = 1; field in class:BluetoothPhoneServiceImpl
591 state = CALL_STATE_HELD;
783 // You will note that CALL_STATE_WAITING, CALL_STATE_HELD, and CALL_STATE_ACTIVE are not
822 return CALL_STATE_HELD;
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java58 final static int CALL_STATE_HELD = 1; field in class:HeadsetClientHalConstants
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothPhoneServiceTest.java74 private static final int CALL_STATE_HELD = 1; field in class:BluetoothPhoneServiceTest
339 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_HELD), eq(0),
471 verify(mMockBluetoothHeadset).clccResponse(2, 1, CALL_STATE_HELD, 0, false,
518 verify(mMockBluetoothHeadset).clccResponse(2, 1, CALL_STATE_HELD, 0, false,
816 verify(mMockBluetoothHeadset, never()).phoneStateChanged(eq(0), eq(2), eq(CALL_STATE_HELD),

Completed in 149 milliseconds