Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java709 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local
769 bluetoothCallState != mBluetoothCallState || in updateHeadsetWithCallState()
777 boolean sendDialingFirst = mBluetoothCallState != bluetoothCallState && in updateHeadsetWithCallState()
778 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
784 mBluetoothCallState = bluetoothCallState; in updateHeadsetWithCallState()
852 int bluetoothCallState = CALL_STATE_IDLE; in getBluetoothCallStateForUpdate() local
854 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
856 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
859 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
861 return bluetoothCallState; in getBluetoothCallStateForUpdate()