Searched refs:offerSd (Results 1 – 2 of 2) sorted by relevance
440 String offerSd = getOfferSessionDescription(incomingCallIntent); in takeAudioCall() local441 if (offerSd == null) { in takeAudioCall()455 call.attachCall(new SipSession(session), offerSd); in takeAudioCall()472 String offerSd = getOfferSessionDescription(intent); in isIncomingCallIntent() local473 return ((callId != null) && (offerSd != null)); in isIncomingCallIntent()
757 private SimpleSessionDescription createAnswer(String offerSd) {758 if (TextUtils.isEmpty(offerSd)) return createOffer();760 new SimpleSessionDescription(offerSd);