Searched defs:checkState (Results 1 – 4 of 4) sorted by relevance
43 public static void checkState( in checkState() method in Preconditions
134 public static boolean checkState( in checkState() method in SoftPreconditions154 public static boolean checkState(final boolean expression) { in checkState() method in SoftPreconditions
118 public static void checkState(boolean expression) { in checkState() method in Assert131 public static void checkState( in checkState() method in Assert
344 private static void checkState(boolean expression, String errorMessage) { in checkState() method in BlockingUserLifecycleListener