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.java66 private static final String SECOND_PRINTER_LOCAL_ID = "second_printer"; field in PrinterDiscoverySessionLifecycleTest
286 selectPrinter(SECOND_PRINTER_LOCAL_ID); in normalLifecycle()
288 eventually(() -> runOnMainThread(() -> assertEquals(SECOND_PRINTER_LOCAL_ID, in normalLifecycle()
299 SECOND_PRINTER_LOCAL_ID); in normalLifecycle()
301 assertNotNull("Coundn't find printer:" + SECOND_PRINTER_LOCAL_ID, secondPrinterId); in normalLifecycle()
667 addPrinter(SECOND_PRINTER_LOCAL_ID, false); in createFirstMockPrinterDiscoverySessionCallbacks()