Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java63 static final int CALL_STATE_DISCONNECTED = 7; field in HeadsetHalConstants
DHeadsetService.java2003 && callState != HeadsetHalConstants.CALL_STATE_DISCONNECTED in phoneStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java88 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothInCallService
1326 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java89 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothInCallServiceTest
1529 eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()