Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessController.java99 private boolean isSatCommunicationAllowedAtLocation(long s2CellId) throws IOException { in isSatCommunicationAllowedAtLocation()
137 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
191 private Integer getRegionalConfigIdForLocation(long s2CellId) throws IOException { in getRegionalConfigIdForLocation()
/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/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2LocationLookup.java83 S2CellId s2CellId = in main() local
129 S2CellId s2CellId = in processLocationLookupFromCSV() local
DSatS2FileCreator.java183 S2CellId s2CellId = new S2CellId(s2CellInfo.first); in normalize() local
261 private static SatS2Range createS2Range(S2CellId s2CellId, int s2Level, int entryValue) { in createS2Range()
/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java139 long s2CellId = fileFormat.createCellId(0b100_11111111, 100); in testCreateSatS2FileWithValidInput() local
219 long s2CellId = fileFormat.createCellId(0b100_11111111, 0); in testCreateSatS2FileWithValidCellIdAndValidEntryValue() local
/packages/modules/GeoTZ/validation/geonames/src/main/proto/
Dvalidation_protos.proto32 required uint64 s2CellId = 2; field
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/s2/
DS2LevelRange.java118 public boolean contains(long s2CellId) { in contains()
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessControllerTest.java126 S2CellId s2CellId = new S2CellId(TestUtils.createCellId(fileFormat, 1, 1000, 999)); in testSatelliteAccessControl() local
/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