Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/util/
DConditionsTest.java43 public void checkArgInRange() { in checkArgInRange() method in ConditionsTest
50 Conditions.checkArgInRange("foo", validValue, "min", minIncl, "max", maxIncl); in checkArgInRange()
51 Conditions.checkArgInRange("foo", validValue, minIncl, maxIncl); in checkArgInRange()
55 () -> Conditions.checkArgInRange("foo", invalidValue, "min", minIncl, "max", in checkArgInRange()
58 () -> Conditions.checkArgInRange("foo", invalidValue, minIncl, maxIncl)); in checkArgInRange()
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java94 Conditions.checkArgInRange("s2Level", s2Level, 0, MAX_S2_LEVEL); in TzS2RangeFileFormat()
102 Conditions.checkArgInRange("prefixBitCount", prefixBitCount, 4, Integer.SIZE - 1); in TzS2RangeFileFormat()
112 Conditions.checkArgInRange( in TzS2RangeFileFormat()
119 Conditions.checkArgInRange( in TzS2RangeFileFormat()
148 Conditions.checkArgInRange("entryRangeLengthBitCount", entryRangeLengthBitCount, in TzS2RangeFileFormat()
299 Conditions.checkArgInRange( in createSuffixTableValue()
301 Conditions.checkArgInRange("tzIdSetId", tzIdSetId, 0, getMaxTzIdSetIdValue()); in createSuffixTableValue()
309 Conditions.checkArgInRange("prefixValue", prefixValue, 0, mMaxPrefixValue); in createCellId()
310 Conditions.checkArgInRange("suffixValue", suffixValue, 0, mMaxSuffixValue); in createCellId()
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSatS2RangeFileFormat.java96 Conditions.checkArgInRange("s2Level", s2Level, 0, MAX_S2_LEVEL); in SatS2RangeFileFormat()
104 Conditions.checkArgInRange("prefixBitCount", prefixBitCount, 4, Integer.SIZE - 1); in SatS2RangeFileFormat()
114 Conditions.checkArgInRange( in SatS2RangeFileFormat()
121 Conditions.checkArgInRange( in SatS2RangeFileFormat()
151 Conditions.checkArgInRange( in SatS2RangeFileFormat()
283 Conditions.checkArgInRange( in createSuffixTableValue()
290 Conditions.checkArgInRange("prefixValue", prefixValue, 0, mMaxPrefixValue); in createCellId()
291 Conditions.checkArgInRange("suffixValue", suffixValue, 0, mMaxSuffixValue); in createCellId()
DSatS2RangeFileReader.java170 Conditions.checkArgInRange( in getSuffixTableExtraInfoForPrefix()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/util/
DConditions.java29 public static void checkArgInRange(String valueName, int value, int minIncl, int maxIncl) { in checkArgInRange() method in Conditions
40 public static void checkArgInRange( in checkArgInRange() method in Conditions
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DTzS2RangeFileReader.java175 Conditions.checkArgInRange( in getSuffixTableExtraInfoForPrefix()