Searched refs:initLookupCell (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/ |
H A D | S2CellIdUtils.java | 380 initLookupCell(0, 0, 0, 0, 0, 0); in initLookupCells() 381 initLookupCell(0, 0, 0, SWAP_MASK, 0, SWAP_MASK); in initLookupCells() 382 initLookupCell(0, 0, 0, INVERT_MASK, 0, INVERT_MASK); in initLookupCells() 383 initLookupCell(0, 0, 0, SWAP_MASK | INVERT_MASK, 0, SWAP_MASK | INVERT_MASK); in initLookupCells() 386 private static void initLookupCell( in initLookupCell() method in S2CellIdUtils 400 initLookupCell( in initLookupCell()
|