Searched refs:OPERATION_TIMEOUT_MILLIS (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/ |
D | BasePermissionActivity.java | 28 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/ |
D | DefaultCtsPrintHelper.java | 37 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/ |
D | PrintServicesTest.java | 300 }, 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);
|
D | PrinterDiscoverySessionLifecycleTest.java | 126 }, 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()
|
D | PrintDocumentAdapterContractTest.java | 138 }, 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 …]
|
D | InstallBehavior.java | 87 selectPrinterSpinnerOpen("ExternalServicePrinter", OPERATION_TIMEOUT_MILLIS); in installedServiceIsEnabled()
|
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 | 339 long endTime = System.currentTimeMillis() + OPERATION_TIMEOUT_MILLIS; in testCase() 348 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 | BasePrintTest.java | 117 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()
|
D | Utils.java | 141 eventually(r, BasePrintTest.OPERATION_TIMEOUT_MILLIS); in eventually()
|