Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java258 waitForCallbackCallCount(mCancelOperationCounter, 1, in waitForCancelOperationCallbackCalled()
263 waitForCallbackCallCount(mDestroySessionCallCounter, 1, in waitForPrinterDiscoverySessionDestroyCallbackCalled()
268 waitForCallbackCallCount(mPrintJobQueuedCallCounter, 1, in waitForServiceOnPrintJobQueuedCallbackCalled()
273 waitForCallbackCallCount(mFinishCallCounter, 1, in waitForAdapterFinishCallbackCalled()
278 waitForCallbackCallCount(mLayoutCallCounter, count, in waitForLayoutAdapterCallbackCount()
283 waitForCallbackCallCount(mWriteCallCounter, 1, "Did not get expected call to write."); in waitForWriteAdapterCallback()
286 private void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() method in BasePrintTest