Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java384 initLookupCell(0, 0, 0, 0, 0, 0); in initLookupCells()
385 initLookupCell(0, 0, 0, SWAP_MASK, 0, SWAP_MASK); in initLookupCells()
386 initLookupCell(0, 0, 0, INVERT_MASK, 0, INVERT_MASK); in initLookupCells()
387 initLookupCell(0, 0, 0, SWAP_MASK | INVERT_MASK, 0, SWAP_MASK | INVERT_MASK); in initLookupCells()
390 private static void initLookupCell( in initLookupCell() method in S2CellIdUtils
404 initLookupCell( in initLookupCell()