OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offerSd
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/voip/src/java/android/net/sip/
SipManager.java
418
String
offerSd
= getOfferSessionDescription(incomingCallIntent);
419
if (
offerSd
== null) {
433
call.attachCall(new SipSession(session),
offerSd
);
450
String
offerSd
= getOfferSessionDescription(intent);
451
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 690 milliseconds