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.java1180 public static final int MSG_ON_WRITE_FAILED = 3; field in RemotePrintDocument.WriteCommand.WriteHandler
1206 what = MSG_ON_WRITE_FAILED; in handleMessage()
1210 case MSG_ON_WRITE_FAILED: in handleMessage()
1238 case MSG_ON_WRITE_FAILED: { in handleMessage()
1278 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_FAILED, in onWriteFailed()