| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/ |
| D | S2Support.java | 56 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()
|
| D | S2CellOrdering.java | 48 public static long asUnsignedNumeric(long cellId) { in asUnsignedNumeric()
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/ |
| D | TzS2RangeFileFormat.java | 263 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/ |
| D | CellInfoUtil.java | 61 public static String getNetworkTitle(CellIdentity cellId, String networkMccMnc) { in getNetworkTitle() 88 CellIdentity cellId = null; in getCellIdentity() local
|
| D | NetworkOperatorPreference.java | 94 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/ |
| D | SuffixTableBlock.java | 78 Entry findEntryByCellId(long cellId); in findEntryByCellId() 142 public Entry findEntryByCellId(long cellId) { in findEntryByCellId()
|
| D | UnpopulatedSuffixTableBlock.java | 37 public SuffixTableBlock.Entry findEntryByCellId(long cellId) { in findEntryByCellId()
|
| D | PopulatedSuffixTableBlock.java | 83 public SuffixTableBlock.Entry findEntryByCellId(long cellId) { in findEntryByCellId()
|
| D | TzS2RangeFileReader.java | 156 public Entry findEntryByCellId(long cellId) throws IOException { in findEntryByCellId()
|
| /packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/ |
| D | S2SupportTest.java | 73 public void cellId() { in cellId() method in S2SupportTest
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
| D | NetworkSelectSettingsTest.java | 284 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/ |
| D | TzS2RangeFileTest.java | 77 private static long cellId( in cellId() method in TzS2RangeFileTest
|
| D | SuffixTableBlockTest.java | 323 long cellId = fileFormat.createCellId(prefix, suffix); in findEntryByCellId() local
|
| /packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/ |
| D | S2RangeFileBasedGeoTimeZonesFinder.java | 95 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/ |
| D | TzS2CellUnionsToTzS2Ranges.java | 232 private static void checkCellIdIsAtLevel(S2CellId cellId, int s2Level) { in checkCellIdIsAtLevel()
|
| /packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/ |
| D | Types.java | 112 TestCaseId(String cityName, S2CellId cellId) { in TestCaseId()
|