Searched refs:OPERATION_TIMEOUT_MILLIS (Results 1 – 10 of 10) sorted by relevance
/cts/helpers/default/src/com/android/cts/helpers/aosp/ |
D | DefaultCtsPrintHelper.java | 42 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/ |
D | InstallBehavior.java | 87 selectPrinter("ExternalServicePrinter", OPERATION_TIMEOUT_MILLIS); in installedServiceIsEnabled()
|
D | PrintServicesTest.java | 295 }, OPERATION_TIMEOUT_MILLIS * 2); 506 }, OPERATION_TIMEOUT_MILLIS * 2); 537 }, OPERATION_TIMEOUT_MILLIS * 2); 681 }, OPERATION_TIMEOUT_MILLIS / 2); 682 }, OPERATION_TIMEOUT_MILLIS * 2);
|
D | PrinterDiscoverySessionLifecycleTest.java | 124 }, 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()
|
D | PrintDocumentAdapterContractTest.java | 136 }, 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 …]
|
D | PrinterCapabilitiesChangeTest.java | 125 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in waitForMediaSizeChange() 133 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in waitForMediaSizeChange()
|
D | CustomPrintOptionsTest.java | 326 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in testCase() 335 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in testCase()
|
D | PrintJobTest.java | 183 OPERATION_TIMEOUT_MILLIS * 2);
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | Utils.java | 141 eventually(r, BasePrintTest.OPERATION_TIMEOUT_MILLIS); in eventually()
|
D | BasePrintTest.java | 111 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()
|