Home
last modified time | relevance | path

Searched defs:s2CellId (Results 1 – 10 of 10) sorted by relevance

/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DS2RangeFileBasedGeoTimeZonesFinder.java85 private List<String> findTimeZonesForS2CellId(long s2CellId) throws IOException { in findTimeZonesForS2CellId()
108 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessController.java86 private boolean isSatCommunicationAllowedAtLocation(long s2CellId) throws IOException { in isSatCommunicationAllowedAtLocation()
124 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2FileCreator.java162 S2CellId s2CellId = new S2CellId(s2CellNumber); in denormalize() local
230 S2CellId s2CellId, int s2Level) { in createS2Range()
DSatS2LocationLookup.java42 S2CellId s2CellId = getS2CellId(arguments.latDegrees, arguments.lngDegrees, in main() local
/packages/modules/GeoTZ/validation/geonames/src/main/proto/
Dvalidation_protos.proto32 required uint64 s2CellId = 2; field
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessControllerTest.java86 S2CellId s2CellId = new S2CellId(TestUtils.createCellId(fileFormat, 1, 1000, 999)); in testSatelliteAccessControl() local
/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java140 long s2CellId = fileFormat.createCellId(0b100_11111111, 100); in testCreateSatS2FileWithValidInput() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/s2/
DS2LevelRange.java118 public boolean contains(long s2CellId) { in contains()
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzS2CellUnionsToTzS2Ranges.java218 S2CellId s2CellId, int s2Level) { in createRangeStartAndEnd()
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java135 S2CellId s2CellId = S2CellId.fromLatLng(latLng); in main() local