Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java1174 public static final int MSG_ON_WRITE_FAILED = 3; field in RemotePrintDocument.WriteCommand.WriteHandler
1200 what = MSG_ON_WRITE_FAILED; in handleMessage()
1204 case MSG_ON_WRITE_FAILED: in handleMessage()
1232 case MSG_ON_WRITE_FAILED: { in handleMessage()
1272 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FAILED, in onWriteFailed()