Searched defs:isAutomaticDialogSupportEnabled (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DSipProvider.java43 boolean isAutomaticDialogSupportEnabled(); method in interface:SipProvider
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipProviderImpl.java203 .isAutomaticDialogSupportEnabled();
414 else if (this.isAutomaticDialogSupportEnabled()) {
510 if (isAutomaticDialogSupportEnabled()) {
531 if (isAutomaticDialogSupportEnabled()) {
748 if ( st != null && st.getState() != TransactionState.TERMINATED && this.isAutomaticDialogSupportEnabled()) {
829 if (isAutomaticDialogSupportEnabled())
1091 public boolean isAutomaticDialogSupportEnabled() { method in class:SipProviderImpl
H A DSipStackImpl.java520 boolean isAutomaticDialogSupportEnabled() { method in class:SipStackImpl
521 return super.isAutomaticDialogSupportEnabled;
705 super.isAutomaticDialogSupportEnabled = configurationProperties
712 if ( super.isAutomaticDialogSupportEnabled ) {
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java304 protected boolean isAutomaticDialogSupportEnabled; field in class:SIPTransactionStack

Completed in 120 milliseconds