Searched defs:MSG_ON_WRITE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintManager.java884 mHandler.obtainMessage(MyHandler.MSG_ON_WRITE, args).sendToTarget();
979 mHandler.removeMessages(MyHandler.MSG_ON_WRITE);
994 public static final int MSG_ON_WRITE = 3; field in class:PrintManager.PrintDocumentAdapterDelegate.MyHandler
1038 case MSG_ON_WRITE: {

Completed in 47 milliseconds