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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java221 // cancellation and start over.
715 failed("Command did not respond to cancellation in "
765 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { argument
776 cancellation.cancel();
782 mCancellation = cancellation;
814 // Release the remote cancellation interface.
834 // Release the remote cancellation interface.
852 // Release the remote cancellation interface.
937 ICancellationSignal cancellation = (ICancellationSignal) message.obj;
938 handleOnLayoutStarted(cancellation, sequenc
966 onLayoutStarted(ICancellationSignal cancellation, int sequence) argument
1087 handleOnWriteStarted(ICancellationSignal cancellation, int sequence) argument
1255 onWriteStarted(ICancellationSignal cancellation, int sequence) argument
[all...]

Completed in 61 milliseconds