HomeSort by relevance Sort by last modified time
    Searched defs:mParentSession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/mbms/
StreamingService.java 107 private final MbmsStreamingSession mParentSession;
122 mParentSession = session;
146 mParentSession.onStreamingServiceStopped(this);
178 mParentSession.onStreamingServiceStopped(this);
  /frameworks/base/telecomm/java/android/telecom/Logging/
Session.java 105 private Session mParentSession;
128 mParentSession = null;
161 mParentSession = parentSession;
185 return mParentSession;
229 // Cache mParentSession locally to prevent a concurrency problem where
231 // example) and setting mParentSession to null in a different thread after the null check
233 Session parentSession = mParentSession;
337 result = 31 * result + (mParentSession != null ? mParentSession.hashCode() : 0);
364 if (mParentSession != null ? !mParentSession.equals(session.mParentSession
    [all...]

Completed in 59 milliseconds