Home
last modified time | relevance | path

Searched refs:MSG_PRINTERS_INVALID (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrinterRegistry.java127 mHandler.obtainMessage(MyHandler.MSG_PRINTERS_INVALID).sendToTarget();
158 public static final int MSG_PRINTERS_INVALID = 1; field in PrinterRegistry.MyHandler
176 case MSG_PRINTERS_INVALID: { in handleMessage()