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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java335 public ServerTransaction getServerTransaction(RequestEvent event) method in class:SipHelper
337 ServerTransaction transaction = event.getServerTransaction();
353 ServerTransaction transaction = getServerTransaction(event);
387 inviteTransaction = getServerTransaction(event);
409 inviteTransaction = getServerTransaction(event);
457 getServerTransaction(event).sendResponse(response);
506 ? e.getServerTransaction()
H A DSipSessionGroup.java488 mSipHelper.getServerTransaction(event),
863 ? event.getServerTransaction()
1217 event.getServerTransaction());
1278 mSipHelper.getServerTransaction(event),

Completed in 588 milliseconds