Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DInteractionBetweenPrintDocumentAndPrinterDiscovery.java136 ((CancellationSignal) args[2]).setOnCancelListener(this::onWriteCancelCalled); in printerReappearsWhileCanceling()
DPrintDocumentAdapterContractTest.java346 onWriteCancelCalled(); in nonChangePrinterWhileNotWritten()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java413 protected void onWriteCancelCalled() { in onWriteCancelCalled() method in BasePrintTest