HomeSort by relevance Sort by last modified time
    Searched refs:offerSd (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java 390 String offerSd = getOfferSessionDescription(incomingCallIntent);
391 if (offerSd == null) {
403 call.attachCall(new SipSession(session), offerSd);
420 String offerSd = getOfferSessionDescription(intent);
421 return ((callId != null) && (offerSd != null));
SipAudioCall.java 749 private SimpleSessionDescription createAnswer(String offerSd) {
750 if (TextUtils.isEmpty(offerSd)) return createOffer();
752 new SimpleSessionDescription(offerSd);
    [all...]

Completed in 1815 milliseconds