Home
last modified time | relevance | path

Searched refs:ackAllMilestonesForTesting (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/async/
DPausableExecutor.java53 void ackAllMilestonesForTesting(); in ackAllMilestonesForTesting() method
DPausableExecutorImpl.java33 public void ackAllMilestonesForTesting() {} in ackAllMilestonesForTesting() method in PausableExecutorImpl
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/async/
DSingleProdThreadExecutor.java53 public synchronized void ackAllMilestonesForTesting() { in ackAllMilestonesForTesting() method in SingleProdThreadExecutor
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ringtone/
DInCallTonePlayerTest.java62 mExecutor.ackAllMilestonesForTesting(); in tearDown()