Searched refs:mIsSystemSession (Results 1 – 1 of 1) sorted by relevance
68 final boolean mIsSystemSession; field in RoutingSessionInfo93 mIsSystemSession = builder.mIsSystemSession; in RoutingSessionInfo()115 mIsSystemSession = src.readBoolean(); in RoutingSessionInfo()266 return mIsSystemSession; in isSystemSession()289 dest.writeBoolean(mIsSystemSession); in writeToParcel()385 boolean mIsSystemSession; field in RoutingSessionInfo.Builder446 mIsSystemSession = sessionInfo.mIsSystemSession; in Builder()671 mIsSystemSession = isSystemSession; in setSystemSession()