Searched refs:MAX_S2_LEVEL (Results 1 – 7 of 7) sorted by relevance
31 public static final int MAX_S2_LEVEL = 30; field in S2Support44 MIN_CELL_ID = new long[MAX_S2_LEVEL + 1];45 MAX_CELL_ID = new long[MAX_S2_LEVEL + 1];259 if (s2Level < 0 || s2Level > MAX_S2_LEVEL) { in checkValidLevel()
30 MIN_CELL_ID_NUMERIC = new long[S2Support.MAX_S2_LEVEL + 1];31 MAX_CELL_ID_NUMERIC = new long[S2Support.MAX_S2_LEVEL + 1];
21 import static com.android.storage.s2.S2Support.MAX_S2_LEVEL;96 Conditions.checkArgInRange("s2Level", s2Level, 0, MAX_S2_LEVEL); in SatS2RangeFileFormat()
21 import static com.android.storage.s2.S2Support.MAX_S2_LEVEL;94 Conditions.checkArgInRange("s2Level", s2Level, 0, MAX_S2_LEVEL); in TzS2RangeFileFormat()
32 for (int level = 0; level <= S2Support.MAX_S2_LEVEL; level++) { in ordering()
77 () -> S2Support.cellId(S2Support.MAX_S2_LEVEL + 1, 0, 0)); in cellId()
210 private static final int MAX_S2_LEVEL = 30; field in SatelliteAccessController542 if (s2Level < MIN_S2_LEVEL || s2Level > MAX_S2_LEVEL) { in isS2CellFileValid()