Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java113 private boolean automaticDialogSupportEnabled ; field in SipProviderImpl
202 this.automaticDialogSupportEnabled = this.sipStack in SipProviderImpl()
1081 boolean automaticDialogSupportEnabled) { in setAutomaticDialogSupportEnabled() argument
1082 this.automaticDialogSupportEnabled = automaticDialogSupportEnabled; in setAutomaticDialogSupportEnabled()
1083 if ( this.automaticDialogSupportEnabled ) { in setAutomaticDialogSupportEnabled()
1092 return automaticDialogSupportEnabled; in isAutomaticDialogSupportEnabled()