Searched defs:checkState (Results 1 – 11 of 11) sorted by relevance
36 public static void checkState(boolean expression) { in checkState() method in Preconditions40 public static void checkState(boolean expression, String message) { in checkState() method in Preconditions
123 public static boolean checkState(String message, boolean state) { in checkState() method in Preconditions
162 public static void checkState(final boolean expression, String message) { in checkState() method in Preconditions175 public static void checkState(final boolean expression) { in checkState() method in Preconditions
72 static void checkState(boolean expression, @NonNull String msg) { in checkState() method in BroadcastQueue
1282 checkState(waitingTime < (10 * DateUtils.MINUTE_IN_MILLIS), "waitingTime"); in assertHealthLocked() method
591 private void checkState(boolean assertion, String message) { in checkState() method
220 public boolean checkState(int state) { in checkState() method in GraphRunner.GraphRunLoop
880 private void checkState() { in getAllItems() method
1431 public void checkState(String methodName) throws IllegalStateException { in checkState() method in AudioEffect
1744 private void checkState(boolean animated) { in checkState() method in ImageDecoder
1799 SparseBooleanArray checkState; field in AbsListView.SavedState