Home
last modified time | relevance | path

Searched defs:faceId (Results 1 – 2 of 2) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DS2Support.java58 int faceId = getValidFaceId(cellId); in cellIdToString() local
65 int faceId = getFaceIdValue(cellId); in getValidFaceId() local
101 public static long cellId(int level, int faceId, long index) { in cellId()
167 int faceId = getValidFaceId(cellId); in offsetCellId() local
264 private static void checkValidFaceId(int faceId) { in checkValidFaceId()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileTest.java78 TzS2RangeFileFormat fileFormat, int faceId, int otherPrefixBits, int suffixBits) { in cellId()