Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DBasePermissionActivity.java28 private static final long OPERATION_TIMEOUT_MILLIS = 5000; field in BasePermissionActivity
68 mOnCreateSync.await(OPERATION_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in waitForOnCreate()
76 return mResult.poll(OPERATION_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in getResult()
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java37 protected static final long OPERATION_TIMEOUT_MILLIS = 60000; field in DefaultCtsPrintHelper
72 OPERATION_TIMEOUT_MILLIS); in submitPrintJob()
/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java300 }, OPERATION_TIMEOUT_MILLIS * 2);
515 }, OPERATION_TIMEOUT_MILLIS * 2);
546 }, OPERATION_TIMEOUT_MILLIS * 2);
687 OPERATION_TIMEOUT_MILLIS).click();
693 }, OPERATION_TIMEOUT_MILLIS / 2);
694 }, OPERATION_TIMEOUT_MILLIS * 2);
DPrinterDiscoverySessionLifecycleTest.java126 }, OPERATION_TIMEOUT_MILLIS * 2); in makeDefaultPrinter()
199 OPERATION_TIMEOUT_MILLIS * 2); in defaultPrinterBecomesAvailableWhileInBackground()
253 OPERATION_TIMEOUT_MILLIS * 2); in defaultPrinterBecomesUsableWhileInBackground()
327 }, OPERATION_TIMEOUT_MILLIS * 2); in normalLifecycle()
514 }, OPERATION_TIMEOUT_MILLIS * 2); in startPrinterDiscoveryWithHistoricalPrinters()
DPrintDocumentAdapterContractTest.java138 }, OPERATION_TIMEOUT_MILLIS * 2); in noPrintOptionsOrPrinterChange()
387 }, OPERATION_TIMEOUT_MILLIS * 2); in nonChangePrinterWhileNotWritten()
473 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndNoPrinterChange()
660 }, OPERATION_TIMEOUT_MILLIS * 2); in printCorruptedFile()
739 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndPrinterChange()
878 }, OPERATION_TIMEOUT_MILLIS * 2); in printOptionsChangeAndNoPrinterChangeAndContentChange()
993 }, OPERATION_TIMEOUT_MILLIS * 2); in newPrinterSupportsSelectedPrintOptions()
1093 }, OPERATION_TIMEOUT_MILLIS * 2); in nothingChangesAllPagesWrittenFirstTime()
1490 }, OPERATION_TIMEOUT_MILLIS * 2); in unexpectedLayoutCancel()
1559 }, OPERATION_TIMEOUT_MILLIS * 2); in unexpectedWriteCancel()
[all …]
DInstallBehavior.java87 selectPrinterSpinnerOpen("ExternalServicePrinter", OPERATION_TIMEOUT_MILLIS); in installedServiceIsEnabled()
DPrinterCapabilitiesChangeTest.java125 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in waitForMediaSizeChange()
133 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in waitForMediaSizeChange()
DCustomPrintOptionsTest.java339 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in testCase()
348 OPERATION_TIMEOUT_MILLIS + " ms. Current attributes" in testCase()
DPrintJobTest.java183 OPERATION_TIMEOUT_MILLIS * 2);
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java117 protected static final long OPERATION_TIMEOUT_MILLIS = 20000; field in BasePrintTest
479 counter.waitForCount(count, OPERATION_TIMEOUT_MILLIS); in waitForCallbackCallCount()
580 By.res("com.android.printspooler:id/message")), OPERATION_TIMEOUT_MILLIS); in waitForPrinterUnavailable()
593 selectPrinter(printerName, OPERATION_TIMEOUT_MILLIS); in selectPrinter()
1066 }, OPERATION_TIMEOUT_MILLIS * 2); in makeDefaultPrinter()
DUtils.java141 eventually(r, BasePrintTest.OPERATION_TIMEOUT_MILLIS); in eventually()