Searched defs:mCancellation (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java546 protected ICancellationSignal mCancellation; field in class:RemotePrintDocument.AsyncCommand
593 if (mCancellation != null) {
595 mCancellation.cancel();
764 mCancellation = cancellation;
797 mCancellation = null;
817 mCancellation = null;
835 mCancellation = null;
1077 mCancellation = cancellation;
1106 mCancellation = null;
1124 mCancellation
[all...]

Completed in 91 milliseconds