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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java218 // cancellation and start over.
698 failed("Command did not respond to cancellation in "
748 private void handleOnLayoutStarted(ICancellationSignal cancellation, int sequence) { argument
759 cancellation.cancel();
765 mCancellation = cancellation;
797 // Release the remote cancellation interface.
817 // Release the remote cancellation interface.
835 // Release the remote cancellation interface.
910 ICancellationSignal cancellation = (ICancellationSignal) message.obj;
911 handleOnLayoutStarted(cancellation, sequenc
940 onLayoutStarted(ICancellationSignal cancellation, int sequence) argument
1061 handleOnWriteStarted(ICancellationSignal cancellation, int sequence) argument
1223 onWriteStarted(ICancellationSignal cancellation, int sequence) argument
[all...]

Completed in 70 milliseconds