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

/frameworks/base/core/java/android/print/
H A DPrintManager.java815 mHandler.obtainMessage(MyHandler.MSG_ON_START,
977 mHandler.removeMessages(MyHandler.MSG_ON_START);
992 public static final int MSG_ON_START = 1; field in class:PrintManager.PrintDocumentAdapterDelegate.MyHandler
1005 case MSG_ON_START: {

Completed in 105 milliseconds