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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java426 newSession.mServerTransaction = transaction;
428 newSession.mDialog = newSession.mServerTransaction.getDialog();
542 ServerTransaction mServerTransaction; field in class:SipSessionGroup.SipSessionImpl
616 if (mServerTransaction != null) mServerTransaction.terminate();
620 mServerTransaction = null;
664 if (mServerTransaction != null) return mServerTransaction;
860 ? mServerTransaction
1107 mServerTransaction
[all...]

Completed in 29 milliseconds