Home
last modified time | relevance | path

Searched refs:FIRST_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 FIRST_PRINTER_LOCAL_ID = "first_printer"; field in PrinterDiscoverySessionLifecycleTest
168 makeDefaultPrinter(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesAvailableWhileInBackground()
181 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, true)); in defaultPrinterBecomesAvailableWhileInBackground()
184 selectInAllPrintersActivity(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesAvailableWhileInBackground()
215 makeDefaultPrinter(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesUsableWhileInBackground()
222 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, false)); in defaultPrinterBecomesUsableWhileInBackground()
230 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, true)); in defaultPrinterBecomesUsableWhileInBackground()
233 selectInAllPrintersActivity(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesUsableWhileInBackground()
274 selectPrinter(FIRST_PRINTER_LOCAL_ID); in normalLifecycle()
276 eventually(() -> runOnMainThread(() -> assertEquals(FIRST_PRINTER_LOCAL_ID, in normalLifecycle()
[all …]