Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java805 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local
866 || bluetoothCallState != mBluetoothCallState in updateHeadsetWithCallState()
874 boolean sendDialingFirst = mBluetoothCallState != bluetoothCallState in updateHeadsetWithCallState()
875 && bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState()
881 mBluetoothCallState = bluetoothCallState; in updateHeadsetWithCallState()
933 int bluetoothCallState = CALL_STATE_IDLE; in getBluetoothCallStateForUpdate() local
935 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
937 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate()
940 bluetoothCallState = CALL_STATE_DISCONNECTED; in getBluetoothCallStateForUpdate()
942 return bluetoothCallState; in getBluetoothCallStateForUpdate()