Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/storage/util/
DConditionsTest.java26 public void checkStateInRange() { in checkStateInRange() method in ConditionsTest
33 Conditions.checkStateInRange("foo", validValue, "min", minIncl, "max", maxIncl); in checkStateInRange()
37 () -> Conditions.checkStateInRange("foo", invalidValue, "min", minIncl, "max", in checkStateInRange()
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DPopulatedSuffixTableBlock.java21 import static com.android.storage.util.Conditions.checkStateInRange;
163 checkStateInRange("startCellIdSuffixBits", startCellIdSuffix, in getSuffixTableRange()
170 checkStateInRange("rangeLength", rangeLength, "minRangeLength", 0, "maxRangeLength", in getSuffixTableRange()
DSuffixTableExtraInfo.java79 Conditions.checkStateInRange( in create()
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DPopulatedSuffixTableBlock.java21 import static com.android.storage.util.Conditions.checkStateInRange;
181 checkStateInRange("startCellIdSuffixBits", startCellIdSuffix, in getSuffixTableRange()
187 checkStateInRange("rangeLength", rangeLength, "minRangeLength", 0, "maxRangeLength", in getSuffixTableRange()
DSuffixTableExtraInfo.java80 Conditions.checkStateInRange( in create()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/util/
DConditions.java52 public static void checkStateInRange( in checkStateInRange() method in Conditions