Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java73 queueStateTransition(checkStateInRange(state)); in StateWaiter()
98 Integer[] stateArray = { checkStateInRange(state) }; in waitForState()
174 return mStateNames[checkStateInRange(state)]; in getStateName()
204 private int checkStateInRange(int state) { in checkStateInRange() method in StateWaiter
214 checkStateInRange(state); in checkStateCollectionInRange()
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/util/
H A 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()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
H A DPopulatedSuffixTableBlock.java5 import static com.android.timezone.location.storage.util.Conditions.checkStateInRange;
165 checkStateInRange("startCellIdSuffixBits", startCellIdSuffix, in getSuffixTableRange()
171 checkStateInRange("rangeLength", rangeLength, "minRangeLength", 0, "maxRangeLength", in getSuffixTableRange()
H A DSuffixTableExtraInfo.java80 Conditions.checkStateInRange( in create()
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
H A DCheckHelpers.java36 public static void checkStateInRange(int state, int maxValue) { in checkStateInRange() method in CheckHelpers
H A DTaskResult.java99 CheckHelpers.checkStateInRange(state, STATE_MAX); in checkConstructorArguments()
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/util/
H A DConditions.java52 public static void checkStateInRange( in checkStateInRange() method in Conditions
/aosp12/frameworks/base/services/
H A Dart-profile50965 HPLcom/google/android/startop/iorap/CheckHelpers;->checkStateInRange(II)V