Home
last modified time | relevance | path

Searched defs:cellId (Results 1 – 16 of 16) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DS2Support.java56 public static String cellIdToString(long cellId) { in cellIdToString()
64 private static int getValidFaceId(long cellId) { in getValidFaceId()
71 private static int getFaceIdValue(long cellId) { in getFaceIdValue()
80 private static long getValidIndex(long cellId) { in getValidIndex()
101 public static long cellId(int level, int faceId, long index) { in cellId() method in S2Support
126 long cellId = ((long) faceId) << suffixBitCount; in cellId() local
154 public static void validateCellId(long cellId) { in validateCellId()
164 public static long offsetCellId(long cellId, int offset) { in offsetCellId()
232 public static int getS2Level(long cellId) { in getS2Level()
DS2CellOrdering.java48 public static long asUnsignedNumeric(long cellId) { in asUnsignedNumeric()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java263 public int extractPrefixValueFromCellId(long cellId) { in extractPrefixValueFromCellId()
269 public int extractSuffixValueFromCellId(long cellId) { in extractSuffixValueFromCellId()
311 long cellId = prefixValue; in createCellId() local
357 public String cellIdToString(long cellId) { in cellIdToString()
416 private void checkS2Level(String name, long cellId) { in checkS2Level()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.java61 public static String getNetworkTitle(CellIdentity cellId, String networkMccMnc) { in getNetworkTitle()
88 CellIdentity cellId = null; in getCellIdentity() local
DNetworkOperatorPreference.java94 protected void updateCell(CellInfo cellinfo, CellIdentity cellId) { in updateCell()
154 final CellIdentity cellId = mCellId; in getOperatorNumeric() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DSuffixTableBlock.java78 Entry findEntryByCellId(long cellId); in findEntryByCellId()
142 public Entry findEntryByCellId(long cellId) { in findEntryByCellId()
DUnpopulatedSuffixTableBlock.java37 public SuffixTableBlock.Entry findEntryByCellId(long cellId) { in findEntryByCellId()
DPopulatedSuffixTableBlock.java83 public SuffixTableBlock.Entry findEntryByCellId(long cellId) { in findEntryByCellId()
DTzS2RangeFileReader.java156 public Entry findEntryByCellId(long cellId) throws IOException { in findEntryByCellId()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
DS2SupportTest.java73 public void cellId() { in cellId() method in S2SupportTest
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkSelectSettingsTest.java284 private CellInfoLte createLteCellInfo(boolean registered, int cellId, String mcc, String mnc, in createLteCellInfo()
300 private CellInfoGsm createGsmCellInfo(boolean registered, int cellId, String mcc, String mnc, in createGsmCellInfo()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileTest.java77 private static long cellId( in cellId() method in TzS2RangeFileTest
DSuffixTableBlockTest.java323 long cellId = fileFormat.createCellId(prefix, suffix); in findEntryByCellId() local
/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DS2RangeFileBasedGeoTimeZonesFinder.java95 S2CellId cellId = S2CellId.fromLatLng(S2LatLng.fromDegrees(latDegrees, lngDegrees)); in getS2CellId() local
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzS2CellUnionsToTzS2Ranges.java232 private static void checkCellIdIsAtLevel(S2CellId cellId, int s2Level) { in checkCellIdIsAtLevel()
/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DTypes.java112 TestCaseId(String cityName, S2CellId cellId) { in TestCaseId()