Home
last modified time | relevance | path

Searched refs:answerPrintServicesWarning (Results 1 – 6 of 6) sorted by relevance

/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java53 void answerPrintServicesWarning(boolean confirm); in answerPrintServicesWarning() method
/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java121 answerPrintServicesWarning(true); in makeDefaultPrinter()
316 answerPrintServicesWarning(true); in normalLifecycle()
414 answerPrintServicesWarning(false); in cancelPrintServicesAlertDialog()
420 answerPrintServicesWarning(true); in cancelPrintServicesAlertDialog()
513 answerPrintServicesWarning(true); in startPrinterDiscoveryWithHistoricalPrinters()
DPrintServicesTest.java291 answerPrintServicesWarning(true);
504 answerPrintServicesWarning(true);
535 answerPrintServicesWarning(true);
DPrinterCapabilitiesTest.java394 answerPrintServicesWarning(true); in testPrinterCapabilityInfo()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java583 protected void answerPrintServicesWarning(boolean confirm) throws TestHelperException { in answerPrintServicesWarning() method in BasePrintTest
584 mPrintHelper.answerPrintServicesWarning(confirm); in answerPrintServicesWarning()
899 answerPrintServicesWarning(true); in makeDefaultPrinter()
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java140 public void answerPrintServicesWarning(boolean confirm) throws TestHelperException { in answerPrintServicesWarning() method in DefaultCtsPrintHelper