Searched refs:bluetoothCallState (Results 1 – 1 of 1) sorted by relevance
805 int bluetoothCallState = getBluetoothCallStateForUpdate(); in updateHeadsetWithCallState() local866 || 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() local935 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()