Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrinterRegistry.java122 mHandler.obtainMessage(MyHandler.MSG_PRINTERS_INVALID,
164 public static final int MSG_PRINTERS_INVALID = 1; field in PrinterRegistry.MyHandler
182 case MSG_PRINTERS_INVALID: { in handleMessage()