Home
last modified time | relevance | path

Searched defs:endCellId (Results 1 – 9 of 9) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableRangeTest.java35 long endCellId = cellId(12, 5, 2); in constructorInvariants() local
47 long endCellId = cellId(s2Level, 5, 2); in equalsAndHashcode() local
DTzS2RangeTest.java38 long endCellId = cellId(12, 5, 2); in constructorInvariants() local
50 long endCellId = cellId(s2Level, 5, 2); in equalsAndHashcode() local
/packages/modules/GeoTZ/s2storage/tools/src/proto/
Dgeotz_protos.proto48 required uint64 endCellId = 2; field
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2Range.java40 public TzS2Range(long startCellId, long endCellId, List<String> tzIdSet) { in TzS2Range()
DSuffixTableRange.java37 public SuffixTableRange(long startCellId, long endCellId, int tzIdSetId) { in SuffixTableRange()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DTzS2RangeFileWriter.java119 long endCellId = currentRange.getEndCellId(); in collectSamePrefixRanges() local
204 long endCellId = currentRange.getEndCellId(); in writeSamePrefixRanges() local
/packages/modules/GeoTZ/data_pipeline/src/main/proto/
Ds2_protos.proto64 required uint64 endCellId = 2; field
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DS2LevelRange.java72 public S2LevelRange(long startCellId, long endCellId) { in S2LevelRange()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DPopulatedSuffixTableBlock.java209 long endCellId = mFileFormat.createCellId(endCellPrefixValue, endCellIdSuffix); in getSuffixTableRange() local