OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAutomaticDialogSupportEnabled
(Results
1 - 4
of
4
) sorted by null
/external/nist-sip/java/javax/sip/
SipProvider.java
43
boolean
isAutomaticDialogSupportEnabled
();
/external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java
203
.
isAutomaticDialogSupportEnabled
();
414
else if (this.
isAutomaticDialogSupportEnabled
()) {
510
if (
isAutomaticDialogSupportEnabled
()) {
531
if (
isAutomaticDialogSupportEnabled
()) {
748
if ( st != null && st.getState() != TransactionState.TERMINATED && this.
isAutomaticDialogSupportEnabled
()) {
[
all
...]
SipStackImpl.java
520
boolean
isAutomaticDialogSupportEnabled
() {
521
return super.
isAutomaticDialogSupportEnabled
;
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java
304
protected boolean
isAutomaticDialogSupportEnabled
;
[
all
...]
Completed in 99 milliseconds