Searched defs:ensure (Results 1 – 3 of 3) sorted by relevance
55 public static void ensure(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in ensure() method in TestUtils56 ensure(() -> { in ensure() method71 public static <T> T ensure(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in ensure() method in TestUtils
441 ensure() { function
80 public boolean ensure(final Intent intent, final int opcode) { in ensure() method in WakeLockHelper