Home
last modified time | relevance | path

Searched defs:startCellId (Results 1 – 11 of 11) sorted by relevance

/packages/modules/GeoTZ/tzs2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableRangeTest.java34 long startCellId = cellId(12, 5, 1); in constructorInvariants() local
46 long startCellId = cellId(s2Level, 5, 1); in equalsAndHashcode() local
DTzS2RangeTest.java37 long startCellId = cellId(12, 5, 1); in constructorInvariants() local
49 long startCellId = cellId(s2Level, 5, 1); in equalsAndHashcode() local
/packages/modules/GeoTZ/tzs2storage/tools/src/proto/
Dgeotz_protos.proto45 required uint64 startCellId = 1; field
/packages/modules/GeoTZ/tzs2storage/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/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DSatS2RangeFileWriter.java97 long startCellId = currentRange.getStartCellId(); in collectSamePrefixRanges() local
186 long startCellId = currentRange.getStartCellId(); in writeSamePrefixRanges() local
/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DTzS2RangeFileWriter.java102 long startCellId = currentRange.getStartCellId(); in collectSamePrefixRanges() local
203 long startCellId = currentRange.getStartCellId(); in writeSamePrefixRanges() local
/packages/modules/GeoTZ/data_pipeline/src/main/proto/
Ds2_protos.proto62 required uint64 startCellId = 1; field
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/s2/
DS2LevelRange.java72 public S2LevelRange(long startCellId, long endCellId) { in S2LevelRange()
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DPopulatedSuffixTableBlock.java165 long startCellId = mFileFormat.createCellId(mPrefix, startCellIdSuffix); in getSuffixTableRange() local
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DPopulatedSuffixTableBlock.java183 long startCellId = mFileFormat.createCellId(mPrefix, startCellIdSuffix); in getSuffixTableRange() local