Searched defs:pollingCheck (Results 1 – 4 of 4) sorted by relevance
209 .that(pollingCheck(() -> { in testVolumeKey_whileSessionAlive() method244 assertThat(pollingCheck(() -> { in testVolumeKey_afterSessionReleased() method319 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
323 private void pollingCheck(CharSequence message, long timeout, in pollingCheck() method in BackgroundDexOptimizationTest