Searched refs:mIsSystemSession (Results 1 – 1 of 1) sorted by relevance
75 final boolean mIsSystemSession; field in RoutingSessionInfo99 mIsSystemSession = builder.mIsSystemSession; in RoutingSessionInfo()130 mIsSystemSession = src.readBoolean(); in RoutingSessionInfo()309 return mIsSystemSession; in isSystemSession()332 dest.writeBoolean(mIsSystemSession); in writeToParcel()360 pw.println(indent + "mIsSystemSession=" + mIsSystemSession); in dump()462 boolean mIsSystemSession; field in RoutingSessionInfo.Builder523 mIsSystemSession = sessionInfo.mIsSystemSession; in Builder()748 mIsSystemSession = isSystemSession; in setSystemSession()