Home
last modified time | relevance | path

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

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