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