Home
last modified time | relevance | path

Searched refs:isCancelling (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java100 if (!printJob.isCancelling()) { in createSimpleNotification()
108 if (!printJob.isCancelling()) { in createSimpleNotification()
223 if (!printJob.isCancelling()) { in computeNotificationTitle()
234 if (!printJob.isCancelling()) { in computeNotificationTitle()
294 if (!printJob.isCancelling()) { in computeNotificationIcon()
DPrintSpoolerService.java799 printJob.isCancelling())); in doWriteStateLocked()
/frameworks/base/core/java/android/print/
DPrintJobInfo.java511 public boolean isCancelling() { in isCancelling() method in PrintJobInfo