Home
last modified time | relevance | path

Searched refs:getS2CellId (Results 1 – 4 of 4) sorted by relevance

/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DS2RangeFileBasedGeoTimeZonesFinder.java62 return new LocationTokenImpl(getS2CellId(latDegrees, lngDegrees).id()); in createLocationTokenForLatLng()
69 S2CellId cellIdAtLevel = getS2CellId(latDegrees, lngDegrees); in findTimeZonesForLatLng()
81 return findTimeZonesForS2CellId(locationTokenImpl.getS2CellId()); in findTimeZonesForLocationToken()
94 private S2CellId getS2CellId(double latDegrees, double lngDegrees) { in getS2CellId() method in S2RangeFileBasedGeoTimeZonesFinder
112 long getS2CellId() { in getS2CellId() method in S2RangeFileBasedGeoTimeZonesFinder.LocationTokenImpl
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessController.java68 return new LocationTokenImpl(getS2CellId(latDegrees, lngDegrees, s2Level).id()); in createLocationTokenForLatLng()
78 return isSatCommunicationAllowedAtLocation(locationTokenImpl.getS2CellId()); in isSatCommunicationAllowedAtLocation()
99 private static S2CellId getS2CellId(double latDegrees, double lngDegrees, int s2Level) { in getS2CellId() method in S2RangeSatelliteOnDeviceAccessController
128 long getS2CellId() { in getS2CellId() method in S2RangeSatelliteOnDeviceAccessController.LocationTokenImpl
/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2LocationLookup.java42 S2CellId s2CellId = getS2CellId(arguments.latDegrees, arguments.lngDegrees, in main()
53 private static S2CellId getS2CellId(double latDegrees, double lngDegrees, int s2Level) { in getS2CellId() method in SatS2LocationLookup
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java191 new S2CellId(knownDifferenceProto.getS2CellId())); in fromProto()