Home
last modified time | relevance | path

Searched defs:awaitMilestoneForTesting (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
DPausableExecutor.java60 void awaitMilestoneForTesting() throws InterruptedException; in awaitMilestoneForTesting() method
DPausableExecutorImpl.java36 public void awaitMilestoneForTesting() {} in awaitMilestoneForTesting() method in PausableExecutorImpl
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/async/
DSingleProdThreadExecutor.java59 public synchronized void awaitMilestoneForTesting() throws InterruptedException { in awaitMilestoneForTesting() method in SingleProdThreadExecutor