Searched refs:checkStateInRange (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | StateWaiter.java | 73 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 D | ConditionsTest.java | 26 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 D | PopulatedSuffixTableBlock.java | 5 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 D | SuffixTableExtraInfo.java | 80 Conditions.checkStateInRange( in create()
|
/aosp12/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
H A D | CheckHelpers.java | 36 public static void checkStateInRange(int state, int maxValue) { in checkStateInRange() method in CheckHelpers
|
H A D | TaskResult.java | 99 CheckHelpers.checkStateInRange(state, STATE_MAX); in checkConstructorArguments()
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/util/ |
H A D | Conditions.java | 52 public static void checkStateInRange( in checkStateInRange() method in Conditions
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50965 HPLcom/google/android/startop/iorap/CheckHelpers;->checkStateInRange(II)V
|