Searched refs:mDistroFormatVersionSupported (Results 1 – 1 of 1) sorted by relevance
102 private final DistroFormatVersion mDistroFormatVersionSupported; field in RulesState116 this.mDistroFormatVersionSupported = in RulesState()171 return mDistroFormatVersionSupported.supports(distroFormatVersion); in isDistroFormatVersionSupported()217 out.writeParcelable(mDistroFormatVersionSupported, 0); in writeToParcel()248 if (!mDistroFormatVersionSupported.equals(that.mDistroFormatVersionSupported)) { in equals()263 result = 31 * result + mDistroFormatVersionSupported.hashCode(); in hashCode()279 + ", mDistroFormatVersionSupported=" + mDistroFormatVersionSupported in toString()