Searched refs:mParentSession (Results 1 – 4 of 4) sorted by relevance
136 private Session mParentSession; field in Session159 mParentSession = null; in Session()192 mParentSession = parentSession; in setParentSession()216 return mParentSession; in getParentSession()284 Session parentSession = mParentSession; in getFullSessionId()416 result = 31 * result + (mParentSession != null ? mParentSession.hashCode() : 0); in hashCode()443 if (mParentSession != null ? !mParentSession.equals(session.mParentSession) in equals()444 : session.mParentSession != null) in equals()
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()
53843 Landroid/telephony/mbms/StreamingService;->mParentSession:Landroid/telephony/MbmsStreamingSession;