Searched defs:pollingCheck (Results 1 – 5 of 5) sorted by relevance
209 .that(pollingCheck(() -> { in testVolumeKey_whileSessionAlive() method245 assertThat(pollingCheck(() -> { in testVolumeKey_afterSessionReleased() method322 private static boolean pollingCheck(Callable<Boolean> condition) throws Exception { in pollingCheck() method in MediaActivityTest
103 pollingCheck(() -> { in testIme1NotCurrentInputMethodInfo() method130 pollingCheck(() -> { in testIme2NotCurrentInputMethodInfo() method
56 public static void pollingCheck(PollingCondition condition, long timeout, String message) in pollingCheck() method in BusyWaitUtils
108 private static void pollingCheck(@NonNull String message, long timeout, in pollingCheck() method in UserUnlockTest
323 private void pollingCheck(CharSequence message, long timeout, in pollingCheck() method in BackgroundDexOptimizationTest