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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java365 newSession.mServerTransaction = mSipHelper.sendRinging(event,
367 newSession.mDialog = newSession.mServerTransaction.getDialog();
391 ServerTransaction mServerTransaction; field in class:SipSessionGroup.SipSessionImpl
457 if (mServerTransaction != null) mServerTransaction.terminate();
461 mServerTransaction = null;
495 if (mServerTransaction != null) return mServerTransaction;
705 ? mServerTransaction
973 mServerTransaction
[all...]

Completed in 233 milliseconds