Searched defs:getServerTransaction (Results 1 - 1 of 1) 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()

Completed in 40 milliseconds