Searched refs:mParentSession (Results 1 – 4 of 4) sorted by relevance
110 private Session mParentSession; field in Session133 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()
115 private final MbmsGroupCallSession mParentSession; field in GroupCall128 mParentSession = session; in GroupCall()161 mParentSession.onGroupCallStopped(this); in updateGroupCall()184 mParentSession.onGroupCallStopped(this); in close()
107 private final MbmsStreamingSession mParentSession; field in StreamingService122 mParentSession = session; in StreamingService()146 mParentSession.onStreamingServiceStopped(this); in getPlaybackUri()178 mParentSession.onStreamingServiceStopped(this); in close()
68509 Landroid/telephony/mbms/StreamingService;->mParentSession:Landroid/telephony/MbmsStreamingSession;