Home
last modified time | relevance | path

Searched refs:getTraversalStart (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/
H A DGeoidHeightMap.java363 long s2CellId = S2CellIdUtils.getTraversalStart(cacheKeys[i], params.mapS2Level);
H A DS2CellIdUtils.java172 static long getTraversalStart(long s2CellId, int level) { in getTraversalStart() method in S2CellIdUtils