Searched refs:mCancellation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java536 protected ICancellationSignal mCancellation; field in class:RemotePrintDocument.AsyncCommand
560 if (mCancellation != null) {
562 mCancellation.cancel();
687 mCancellation = cancellation;
720 mCancellation = null;
740 mCancellation = null;
758 mCancellation = null;
968 mCancellation = cancellation;
997 mCancellation = null;
1015 mCancellation
[all...]

Completed in 22 milliseconds