Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java107 long newLsb = getLowestOnBitForLevel(level); in getParent()
192 static long getLowestOnBitForLevel(int level) { in getLowestOnBitForLevel() method in S2CellIdUtils
201 return s2CellId - getLowestOnBit(s2CellId) + getLowestOnBitForLevel(level); in getTraversalStart()