Searched defs:checkArgument (Results 1 – 4 of 4) sorted by relevance
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
35 public static void checkArgument(boolean expression) { in checkArgument() method in Preconditions50 public static void checkArgument(boolean expression, final Object errorMessage) { in checkArgument() method in Preconditions65 public static void checkArgument(boolean expression, in checkArgument() method in Preconditions
678 static void checkArgument(@NonNull CharSequence text, int startIndex, int endIndex) { in checkArgument() method in TextClassifier.Utils
660 public static <T> T checkArgument(Predicate<T> checker, String description, in checkArgument() method in ShortcutManagerTestUtils