Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrinterDiscoverySessionLifecycleTest.java65 private static final String SECOND_PRINTER_LOCAL_ID = "second_printer"; field in PrinterDiscoverySessionLifecycleTest
275 addPrinter(SECOND_PRINTER_LOCAL_ID, false); in normalLifecycle()
294 selectPrinter(SECOND_PRINTER_LOCAL_ID); in normalLifecycle()
296 eventually(() -> runOnMainThread(() -> assertEquals(SECOND_PRINTER_LOCAL_ID, in normalLifecycle()
307 SECOND_PRINTER_LOCAL_ID); in normalLifecycle()
309 assertNotNull("Coundn't find printer:" + SECOND_PRINTER_LOCAL_ID, secondPrinterId); in normalLifecycle()
388 addPrinter(SECOND_PRINTER_LOCAL_ID, false); in cancelPrintServicesAlertDialog()
483 addPrinter(SECOND_PRINTER_LOCAL_ID, false); in startPrinterDiscoveryWithHistoricalPrinters()
693 addPrinter(SECOND_PRINTER_LOCAL_ID, false); in createFirstMockPrinterDiscoverySessionCallbacks()