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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java337 public ServerTransaction getServerTransaction(RequestEvent event) method in class:SipHelper
339 ServerTransaction transaction = event.getServerTransaction();
355 ServerTransaction transaction = getServerTransaction(event);
389 inviteTransaction = getServerTransaction(event);
411 inviteTransaction = getServerTransaction(event);
459 getServerTransaction(event).sendResponse(response);
508 ? e.getServerTransaction()

Completed in 978 milliseconds