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.java239 waitForCallbackCallCount(mCancelOperationCounter, 1, in waitForCancelOperationCallbackCalled()
244 waitForCallbackCallCount(mDestroySessionCallCounter, 1, in waitForPrinterDiscoverySessionDestroyCallbackCalled()
249 waitForCallbackCallCount(mPrintJobQueuedCallCounter, 1, in waitForServiceOnPrintJobQueuedCallbackCalled()
254 waitForCallbackCallCount(mFinishCallCounter, 1, in waitForAdapterFinishCallbackCalled()
259 waitForCallbackCallCount(mLayoutCallCounter, count, in waitForLayoutAdapterCallbackCount()
264 waitForCallbackCallCount(mWriteCallCounter, 1, "Did not get expected call to write."); in waitForWriteAdapterCallback()
267 private void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() method in BasePrintTest