Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java834 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local
895 || bluetoothCallState != mBluetoothCallState in updateHeadsetWithCallState()
903 boolean sendDialingFirst = mBluetoothCallState != bluetoothCallState in updateHeadsetWithCallState()
904 && bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
910 mBluetoothCallState = bluetoothCallState; in updateHeadsetWithCallState()
962 int bluetoothCallState = CALL_STATE_IDLE; in getBluetoothCallStateForUpdate() local
964 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
966 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
969 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
971 return bluetoothCallState; in getBluetoothCallStateForUpdate()