Home | History | Annotate | Download | only in telecom

Lines Matching full:bluetoothcallstate

679         int bluetoothCallState = getBluetoothCallStateForUpdate();
723 bluetoothCallState != mBluetoothCallState ||
732 boolean sendDialingFirst = mBluetoothCallState != bluetoothCallState &&
733 bluetoothCallState == CALL_STATE_ALERTING;
738 mBluetoothCallState = bluetoothCallState;
800 int bluetoothCallState = CALL_STATE_IDLE;
802 bluetoothCallState = CALL_STATE_INCOMING;
804 bluetoothCallState = CALL_STATE_ALERTING;
806 return bluetoothCallState;