Searched refs:cancelling (Results 1 – 5 of 5) sorted by relevance
109 void setPrintJobCancelling(in PrintJobId printJobId, boolean cancelling); in setPrintJobCancelling() argument
587 public void setCancelling(boolean cancelling) { in setCancelling() argument588 mCanceling = cancelling; in setCancelling()
732 public void setPrintJobCancelling(PrintJobId printJobId, boolean cancelling) { in setPrintJobCancelling() argument736 printJob.setCancelling(cancelling); in setPrintJobCancelling()1207 String cancelling = parser.getAttributeValue(null, ATTR_CANCELLING); in parsePrintJobLocked() local1208 printJob.setCancelling(!TextUtils.isEmpty(cancelling) in parsePrintJobLocked()1209 ? Boolean.parseBoolean(cancelling) : false); in parsePrintJobLocked()1524 public void setPrintJobCancelling(PrintJobId printJobId, boolean cancelling) { in setPrintJobCancelling() argument1525 PrintSpoolerService.this.setPrintJobCancelling(printJobId, cancelling); in setPrintJobCancelling()
474 public final void setPrintJobCancelling(PrintJobId printJobId, boolean cancelling) { in setPrintJobCancelling() argument482 cancelling); in setPrintJobCancelling()
125 //Notification was canceled by the app cancelling all its notifications.