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.java418 String offerSd = getOfferSessionDescription(incomingCallIntent); in takeAudioCall() local
419 if (offerSd == null) { in takeAudioCall()
433 call.attachCall(new SipSession(session), offerSd); in takeAudioCall()
450 String offerSd = getOfferSessionDescription(intent); in isIncomingCallIntent() local
451 return ((callId != null) && (offerSd != null)); in isIncomingCallIntent()
DSipAudioCall.java749 private SimpleSessionDescription createAnswer(String offerSd) {
750 if (TextUtils.isEmpty(offerSd)) return createOffer();
752 new SimpleSessionDescription(offerSd);