HomeSort by relevance Sort by last modified time
    Searched defs:awaitMilestoneForTesting (Results 1 - 4 of 4) sorted by null

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
PausableExecutor.java 49 * milestones. Future calls to {@link #milestone()} or {@link #awaitMilestoneForTesting()}
60 void awaitMilestoneForTesting() throws InterruptedException;
PausableExecutorImpl.java 36 public void awaitMilestoneForTesting() {}
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/async/
SingleProdThreadExecutor.java 59 public synchronized void awaitMilestoneForTesting() throws InterruptedException {
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ringtone/
InCallTonePlayerTest.java 71 mExecutor.awaitMilestoneForTesting();
85 mExecutor.awaitMilestoneForTesting();
94 mExecutor.awaitMilestoneForTesting();
101 mExecutor.awaitMilestoneForTesting();
105 mExecutor.awaitMilestoneForTesting();
113 mExecutor.awaitMilestoneForTesting();
118 mExecutor.awaitMilestoneForTesting();
122 mExecutor.awaitMilestoneForTesting();
126 mExecutor.awaitMilestoneForTesting();
140 mExecutor.awaitMilestoneForTesting();
    [all...]

Completed in 51 milliseconds