Home
last modified time | relevance | path

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

/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java42 protected static final long OPERATION_TIMEOUT_MILLIS = 60000; field in DefaultCtsPrintHelper
113 OPERATION_TIMEOUT_MILLIS); in submitPrintJob()
358 By.res("com.android.printspooler:id/message")), OPERATION_TIMEOUT_MILLIS); in getStatusMessage()
412 OPERATION_TIMEOUT_MILLIS).click(); in displayMoreInfo()
/cts/tests/tests/print/src/android/print/cts/
DInstallBehavior.java87 selectPrinter("ExternalServicePrinter", OPERATION_TIMEOUT_MILLIS); in installedServiceIsEnabled()
DPrintServicesTest.java295 }, OPERATION_TIMEOUT_MILLIS * 2);
506 }, OPERATION_TIMEOUT_MILLIS * 2);
537 }, OPERATION_TIMEOUT_MILLIS * 2);
681 }, OPERATION_TIMEOUT_MILLIS / 2);
682 }, OPERATION_TIMEOUT_MILLIS * 2);
DPrinterDiscoverySessionLifecycleTest.java124 }, OPERATION_TIMEOUT_MILLIS * 2); in makeDefaultPrinter()
187 OPERATION_TIMEOUT_MILLIS * 2); in defaultPrinterBecomesAvailableWhileInBackground()
241 OPERATION_TIMEOUT_MILLIS * 2); in defaultPrinterBecomesUsableWhileInBackground()
320 }, OPERATION_TIMEOUT_MILLIS * 2); in normalLifecycle()
517 }, OPERATION_TIMEOUT_MILLIS * 2); in startPrinterDiscoveryWithHistoricalPrinters()
DPrintDocumentAdapterContractTest.java136 }, OPERATION_TIMEOUT_MILLIS * 2); in noPrintOptionsOrPrinterChange()
380 }, OPERATION_TIMEOUT_MILLIS * 2); in nonChangePrinterWhileNotWritten()
463 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndNoPrinterChange()
647 }, OPERATION_TIMEOUT_MILLIS * 2); in printCorruptedFile()
723 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndPrinterChange()
859 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndNoPrinterChangeAndContentChange()
971 }, OPERATION_TIMEOUT_MILLIS * 2); in newPrinterSupportsSelectedPrintOptions()
1068 }, OPERATION_TIMEOUT_MILLIS * 2); in nothingChangesAllPagesWrittenFirstTime()
1458 }, OPERATION_TIMEOUT_MILLIS * 2); in unexpectedLayoutCancel()
1524 }, OPERATION_TIMEOUT_MILLIS * 2); in unexpectedWriteCancel()
[all …]
DPrinterCapabilitiesChangeTest.java125 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in waitForMediaSizeChange()
133 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in waitForMediaSizeChange()
DCustomPrintOptionsTest.java326 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in testCase()
335 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in testCase()
DPrintJobTest.java183 OPERATION_TIMEOUT_MILLIS * 2);
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DUtils.java141 eventually(r, BasePrintTest.OPERATION_TIMEOUT_MILLIS); in eventually()
DBasePrintTest.java111 protected static final long OPERATION_TIMEOUT_MILLIS = 20000; field in BasePrintTest
467 counter.waitForCount(count, OPERATION_TIMEOUT_MILLIS); in waitForCallbackCallCount()
575 mPrintHelper.selectPrinter(printerName, OPERATION_TIMEOUT_MILLIS); in selectPrinter()
902 }, OPERATION_TIMEOUT_MILLIS * 2); in makeDefaultPrinter()