Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java67 static final int CALL_STATE_DISCONNECTED = 7; field in HeadsetHalConstants
H A DHeadsetService.java1629 if (mActiveDevice != null && callState != HeadsetHalConstants.CALL_STATE_DISCONNECTED in phoneStateChanged()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java78 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothInCallService
969 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java83 private static final int CALL_STATE_DISCONNECTED = 7; field in BluetoothInCallServiceTest
1056 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DISCONNECTED), in testOnCallStateChangedDisconnected()