Searched refs:neighbors (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/location/java/com/android/internal/location/altitude/ |
D | S2CellIdUtils.java | 120 public static void getEdgeNeighbors(long s2CellId, @NonNull long[] neighbors) { in getEdgeNeighbors() argument 139 neighbors[index++] = getParent(fromFijSame(face, i, jMinusSize, jMinusSizeGteZero), in getEdgeNeighbors() 142 neighbors[index++] = getParent(fromFijSame(face, iPlusSize, j, iPlusSizeLtMax), level); in getEdgeNeighbors() 144 neighbors[index++] = getParent(fromFijSame(face, i, jPlusSize, jPlusSizeLtMax), level); in getEdgeNeighbors() 146 neighbors[index++] = getParent(fromFijSame(face, iMinusSize, j, iMinusSizeGteZero), in getEdgeNeighbors() 150 Arrays.fill(neighbors, index, neighbors.length, 0); in getEdgeNeighbors()
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 522 // IP Manager lost reachability to network neighbors
|