Home
last modified time | relevance | path

Searched refs:mParentSession (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java110 private Session mParentSession; field in Session
133 mParentSession = null; in Session()
166 mParentSession = parentSession; in setParentSession()
190 return mParentSession; in getParentSession()
250 Session parentSession = mParentSession; in getFullSessionId()
382 result = 31 * result + (mParentSession != null ? mParentSession.hashCode() : 0); in hashCode()
409 if (mParentSession != null ? !mParentSession.equals(session.mParentSession) in equals()
410 : session.mParentSession != null) in equals()
422 if (mParentSession != null && mIsStartedFromActiveSession) { in toString()
425 return mParentSession.toString(); in toString()
/frameworks/base/telephony/java/android/telephony/mbms/
DGroupCall.java115 private final MbmsGroupCallSession mParentSession; field in GroupCall
128 mParentSession = session; in GroupCall()
161 mParentSession.onGroupCallStopped(this); in updateGroupCall()
184 mParentSession.onGroupCallStopped(this); in close()
DStreamingService.java107 private final MbmsStreamingSession mParentSession; field in StreamingService
122 mParentSession = session; in StreamingService()
146 mParentSession.onStreamingServiceStopped(this); in getPlaybackUri()
178 mParentSession.onStreamingServiceStopped(this); in close()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68509 Landroid/telephony/mbms/StreamingService;->mParentSession:Landroid/telephony/MbmsStreamingSession;