Searched defs:checkState (Results 1 – 3 of 3) sorted by relevance
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