Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java877 public static final int MSG_ON_LAYOUT_CANCELED = 4; field in RemotePrintDocument.LayoutCommand.LayoutHandler
908 case MSG_ON_LAYOUT_CANCELED: in handleMessage()
928 what = MSG_ON_LAYOUT_CANCELED; in handleMessage()
947 case MSG_ON_LAYOUT_CANCELED: { in handleMessage()
992 handler.obtainMessage(LayoutHandler.MSG_ON_LAYOUT_CANCELED, in onLayoutCanceled()