Searched refs:mIsSystemSession (Results 1 – 1 of 1) sorted by relevance
116 final boolean mIsSystemSession; field in RoutingSessionInfo144 mIsSystemSession = builder.mIsSystemSession; in RoutingSessionInfo()150 mIsSystemSession, in RoutingSessionInfo()182 mIsSystemSession = src.readBoolean(); in RoutingSessionInfo()374 return mIsSystemSession; in isSystemSession()416 dest.writeBoolean(mIsSystemSession); in writeToParcel()445 pw.println(indent + "mIsSystemSession=" + mIsSystemSession); in dump()589 private boolean mIsSystemSession; field in RoutingSessionInfo.Builder653 mIsSystemSession = sessionInfo.mIsSystemSession; in Builder()881 mIsSystemSession = isSystemSession; in setSystemSession()