Searched refs:offerSd (Results 1 – 2 of 2) sorted by relevance
418 String offerSd = getOfferSessionDescription(incomingCallIntent); in takeAudioCall() local419 if (offerSd == null) { in takeAudioCall()433 call.attachCall(new SipSession(session), offerSd); in takeAudioCall()450 String offerSd = getOfferSessionDescription(intent); in isIncomingCallIntent() local451 return ((callId != null) && (offerSd != null)); in isIncomingCallIntent()
749 private SimpleSessionDescription createAnswer(String offerSd) {750 if (TextUtils.isEmpty(offerSd)) return createOffer();752 new SimpleSessionDescription(offerSd);