Home
last modified time | relevance | path

Searched refs:mDistroFormatVersionSupported (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/timezone/
DRulesState.java102 private final DistroFormatVersion mDistroFormatVersionSupported; field in RulesState
116 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()