Searched defs:checkArgument (Results 1 – 5 of 5) sorted by relevance
20 public static void checkArgument(boolean expression) { in checkArgument() method in Preconditions24 public static void checkArgument(boolean expression, Object errorMessage) { in checkArgument() method in Preconditions
32 public static void checkArgument(boolean expression) { in checkArgument() method in Preconditions46 public static void checkArgument(boolean expression, final Object errorMessage) { in checkArgument() method in Preconditions61 public static void checkArgument(boolean expression, in checkArgument() method in Preconditions
42 public static void checkArgument(boolean expression) { in checkArgument() method in Preconditions57 public static void checkArgument(boolean expression, final Object errorMessage) { in checkArgument() method in Preconditions72 public static void checkArgument( in checkArgument() method in Preconditions
680 static void checkArgument(@NonNull CharSequence text, int startIndex, int endIndex) { in checkArgument() method in TextClassifier.Utils
723 public static <T> T checkArgument(Predicate<T> checker, String description, in checkArgument() method in ShortcutManagerTestUtils