Searched refs:waitForCompletion (Results 1 – 6 of 6) sorted by relevance
45 a1.waitForCompletion(); in testExecute()46 a2.waitForCompletion(); in testExecute()
47 public synchronized void waitForCompletion() throws InterruptedException { in waitForCompletion() method in MockTask
130 assertThat(toTest.waitForCompletion(Duration.ofHours(1))).isTrue(); in testBlocksCallerUntilCompleted()147 assertThat(toTest.waitForCompletion(Duration.ofMillis(100))).isFalse(); in testBlocksCallerUntilTimeoutIfNotCompleted()
178 observer.waitForCompletion(); in restoreNow()211 public void waitForCompletion() { in waitForCompletion() method in BackupAndRestoreFragment.RestoreObserverLocal
80 public boolean waitForCompletion(Duration timeout) throws InterruptedException { in waitForCompletion() method in BlockingCallableWrapper
1376 waitForCompletion(taskAtCompletion, /* taskAtInterval= */ null, timeoutMs, in handleFinish()1554 private void waitForCompletion(Runnable taskAtCompletion, Runnable taskAtInterval, in waitForCompletion() method in CarPowerManagementService3921 waitForCompletion(taskAtCompletion, taskAtInterval, timeoutMs, intervalMs); in waitForCompletionWithShutdownPostpone()