Home
last modified time | relevance | path

Searched refs:CALL_STATE_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java67 static final int CALL_STATE_DISCONNECTED = 7; field in HeadsetHalConstants
DHeadsetService.java1583 if (callState != HeadsetHalConstants.CALL_STATE_DISCONNECTED in phoneStateChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java69 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothPhoneServiceImpl
859 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java86 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothPhoneServiceTest
969 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()
974 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()