Searched defs:mPeerSessionDescription (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java432 newSession.mPeerSessionDescription =
491 newSession.mPeerSessionDescription);
501 newSession.mPeerSessionDescription);
544 String mPeerSessionDescription; field in class:SipSessionGroup.SipSessionImpl
606 mPeerSessionDescription = null;
1134 if (sdp != null) mPeerSessionDescription = sdp;
1135 if (mPeerSessionDescription == null) {
1176 mPeerSessionDescription = extractContent(response);
1307 mPeerSessionDescription = extractContent(event.getRequest());
1309 mProxy.onRinging(this, mPeerProfile, mPeerSessionDescription);
[all...]

Completed in 39 milliseconds