Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java173 operation = mHandler.obtainMessage(MyHandler.MSG_START_PRELOAD); in onContentUpdated()
225 public static final int MSG_START_PRELOAD = 5; field in PrintPreviewController.MyHandler
309 case MSG_START_PRELOAD: { in handleMessage()