Searched defs:endCellId (Results 1 – 9 of 9) sorted by relevance
| /packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/ |
| D | SuffixTableRangeTest.java | 35 long endCellId = cellId(12, 5, 2); in constructorInvariants() local 47 long endCellId = cellId(s2Level, 5, 2); in equalsAndHashcode() local
|
| D | TzS2RangeTest.java | 38 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/ |
| D | geotz_protos.proto | 48 required uint64 endCellId = 2; field
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/ |
| D | TzS2Range.java | 40 public TzS2Range(long startCellId, long endCellId, List<String> tzIdSet) { in TzS2Range()
|
| D | SuffixTableRange.java | 37 public SuffixTableRange(long startCellId, long endCellId, int tzIdSetId) { in SuffixTableRange()
|
| /packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/ |
| D | TzS2RangeFileWriter.java | 119 long endCellId = currentRange.getEndCellId(); in collectSamePrefixRanges() local 204 long endCellId = currentRange.getEndCellId(); in writeSamePrefixRanges() local
|
| /packages/modules/GeoTZ/data_pipeline/src/main/proto/ |
| D | s2_protos.proto | 64 required uint64 endCellId = 2; field
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/ |
| D | S2LevelRange.java | 72 public S2LevelRange(long startCellId, long endCellId) { in S2LevelRange()
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/ |
| D | PopulatedSuffixTableBlock.java | 209 long endCellId = mFileFormat.createCellId(endCellPrefixValue, endCellIdSuffix); in getSuffixTableRange() local
|