Searched refs:INTENT_ACTION_CANCEL_PRINTJOB (Results 1 – 1 of 1) sorted by relevance
62 private static final String INTENT_ACTION_CANCEL_PRINTJOB = "INTENT_ACTION_CANCEL_PRINTJOB"; field in NotificationController284 intent.setAction(INTENT_ACTION_CANCEL_PRINTJOB + "_" + printJob.getId().flattenToString()); in createCancelIntent()351 if (action != null && action.startsWith(INTENT_ACTION_CANCEL_PRINTJOB)) { in onReceive()