Home
last modified time | relevance | path

Searched defs:checkArgumentInRange (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/libs/modules-utils/java/com/android/internal/util/
H A DPreconditions.java461 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange() method in Preconditions
493 public static double checkArgumentInRange(double value, double lower, double upper, in checkArgumentInRange() method in Preconditions
523 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() method in Preconditions
550 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange() method in Preconditions
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPreconditions.java313 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange() method in Preconditions
342 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() method in Preconditions
369 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange() method in Preconditions
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DLongArray.java233 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() method in LongArray