Searched refs:mIsSystemSession (Results 1 – 1 of 1) sorted by relevance
112 final boolean mIsSystemSession; field in RoutingSessionInfo140 mIsSystemSession = builder.mIsSystemSession; in RoutingSessionInfo()170 mIsSystemSession = src.readBoolean(); in RoutingSessionInfo()400 return mIsSystemSession; in isSystemSession()442 dest.writeBoolean(mIsSystemSession); in writeToParcel()471 pw.println(indent + "mIsSystemSession=" + mIsSystemSession); in dump()614 private boolean mIsSystemSession; field in RoutingSessionInfo.Builder687 mIsSystemSession = sessionInfo.mIsSystemSession; in Builder()915 mIsSystemSession = isSystemSession; in setSystemSession()