Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java1178 public static final int MSG_ON_WRITE_STARTED = 1; field in RemotePrintDocument.WriteCommand.WriteHandler
1216 case MSG_ON_WRITE_STARTED: in handleMessage()
1223 if (isCanceling() && what != MSG_ON_WRITE_STARTED) { in handleMessage()
1228 case MSG_ON_WRITE_STARTED: { in handleMessage()
1260 handler.obtainMessage(WriteHandler.MSG_ON_WRITE_STARTED, in onWriteStarted()