Home
last modified time | relevance | path

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

/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java422 waitForCallbackCallCount(mCancelOperationCounter, 1, in waitForCancelOperationCallbackCalled()
427 waitForCallbackCallCount(mCreateSessionCallCounter, 1, in waitForPrinterDiscoverySessionCreateCallbackCalled()
432 waitForCallbackCallCount(mDestroySessionCallCounter, count, in waitForPrinterDiscoverySessionDestroyCallbackCalled()
437 waitForCallbackCallCount(mPrintJobQueuedCallCounter, count, in waitForServiceOnPrintJobQueuedCallbackCalled()
442 waitForCallbackCallCount(mStartCallCounter, 1, in waitForAdapterStartCallbackCalled()
447 waitForCallbackCallCount(mFinishCallCounter, 1, in waitForAdapterFinishCallbackCalled()
452 waitForCallbackCallCount(mLayoutCallCounter, count, in waitForLayoutAdapterCallbackCount()
457 waitForCallbackCallCount(mWriteCallCounter, count, "Did not get expected call to write."); in waitForWriteAdapterCallback()
461 waitForCallbackCallCount(mWriteCancelCallCounter, count, in waitForWriteCancelCallback()
465 private static void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() method in BasePrintTest
[all …]