Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrinterRegistry.java141 mHandler.obtainMessage(MyHandler.MSG_PRINTERS_CHANGED, args).sendToTarget();
163 public static final int MSG_PRINTERS_CHANGED = 0; field in PrinterRegistry.MyHandler
174 case MSG_PRINTERS_CHANGED: { in handleMessage()