HomeSort by relevance Sort by last modified time
    Searched defs:mCancellation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 572 protected ICancellationSignal mCancellation;
619 if (mCancellation != null) {
621 mCancellation.cancel();
772 mCancellation = cancellation;
805 mCancellation = null;
825 mCancellation = null;
843 mCancellation = null;
    [all...]
  /frameworks/base/services/autofill/java/com/android/server/autofill/
RemoteFillService.java 521 private ICancellationSignal mCancellation;
533 mCancellation = cancellation;
576 cancellation = mCancellation;
610 cancellation = mCancellation;

Completed in 197 milliseconds