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.java297 waitForCallbackCallCount(mCancelOperationCounter, 1, in waitForCancelOperationCallbackCalled()
302 waitForCallbackCallCount(mCreateSessionCallCounter, 1, in waitForPrinterDiscoverySessionCreateCallbackCalled()
307 waitForCallbackCallCount(mDestroySessionCallCounter, count, in waitForPrinterDiscoverySessionDestroyCallbackCalled()
312 waitForCallbackCallCount(mPrintJobQueuedCallCounter, count, in waitForServiceOnPrintJobQueuedCallbackCalled()
317 waitForCallbackCallCount(mFinishCallCounter, 1, in waitForAdapterFinishCallbackCalled()
322 waitForCallbackCallCount(mLayoutCallCounter, count, in waitForLayoutAdapterCallbackCount()
327 waitForCallbackCallCount(mWriteCallCounter, count, "Did not get expected call to write."); in waitForWriteAdapterCallback()
330 private static void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() method in BasePrintTest
377 waitForCallbackCallCount(sCreateActivityCallCounter, count, in waitForActivityCreateCallbackCalled()