Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java109 private final S2CellId mCellId; field in Types.TestCaseId
114 this.mCellId = Objects.requireNonNull(cellId); in TestCaseId()
122 return mCellId; in getCellId()
135 && mCellId.equals(that.mCellId); in equals()
140 return Objects.hash(mCityName, mCellId); in hashCode()
147 + ", mCellId=" + mCellId in toString()