Searched refs:waitForCallbackCallCount (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 409 waitForCallbackCallCount(mCancelOperationCounter, 1, in waitForCancelOperationCallbackCalled() 414 waitForCallbackCallCount(mCreateSessionCallCounter, 1, in waitForPrinterDiscoverySessionCreateCallbackCalled() 419 waitForCallbackCallCount(mDestroySessionCallCounter, count, in waitForPrinterDiscoverySessionDestroyCallbackCalled() 424 waitForCallbackCallCount(mPrintJobQueuedCallCounter, count, in waitForServiceOnPrintJobQueuedCallbackCalled() 429 waitForCallbackCallCount(mStartCallCounter, 1, in waitForAdapterStartCallbackCalled() 434 waitForCallbackCallCount(mFinishCallCounter, 1, in waitForAdapterFinishCallbackCalled() 439 waitForCallbackCallCount(mLayoutCallCounter, count, in waitForLayoutAdapterCallbackCount() 444 waitForCallbackCallCount(mWriteCallCounter, count, "Did not get expected call to write."); in waitForWriteAdapterCallback() 448 waitForCallbackCallCount(mWriteCancelCallCounter, count, in waitForWriteCancelCallback() 452 private static void waitForCallbackCallCount(CallCounter counter, int count, String message) { in waitForCallbackCallCount() method in BasePrintTest [all …]
|