Home
last modified time | relevance | path

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

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java440 String offerSd = getOfferSessionDescription(incomingCallIntent); in takeAudioCall() local
441 if (offerSd == null) { in takeAudioCall()
455 call.attachCall(new SipSession(session), offerSd); in takeAudioCall()
472 String offerSd = getOfferSessionDescription(intent); in isIncomingCallIntent() local
473 return ((callId != null) && (offerSd != null)); in isIncomingCallIntent()
DSipAudioCall.java757 private SimpleSessionDescription createAnswer(String offerSd) {
758 if (TextUtils.isEmpty(offerSd)) return createOffer();
760 new SimpleSessionDescription(offerSd);