Searched refs:FIRST_PRINTER_LOCAL_ID (Results 1 – 1 of 1) sorted by relevance
65 private static final String FIRST_PRINTER_LOCAL_ID = "first_printer"; field in PrinterDiscoverySessionLifecycleTest168 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 …]