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.java64 private static final String FIRST_PRINTER_LOCAL_ID = "first_printer"; field in PrinterDiscoverySessionLifecycleTest
161 makeDefaultPrinter(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesAvailableWhileInBackground()
174 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, true)); in defaultPrinterBecomesAvailableWhileInBackground()
177 selectInAllPrintersActivity(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesAvailableWhileInBackground()
213 makeDefaultPrinter(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesUsableWhileInBackground()
220 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, false)); in defaultPrinterBecomesUsableWhileInBackground()
228 runOnMainThread(() -> addPrinter(FIRST_PRINTER_LOCAL_ID, true)); in defaultPrinterBecomesUsableWhileInBackground()
231 selectInAllPrintersActivity(FIRST_PRINTER_LOCAL_ID); in defaultPrinterBecomesUsableWhileInBackground()
274 addPrinter(FIRST_PRINTER_LOCAL_ID, false); in normalLifecycle()
282 selectPrinter(FIRST_PRINTER_LOCAL_ID); in normalLifecycle()
[all …]