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