Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java62 private static final String INTENT_ACTION_CANCEL_PRINTJOB = "INTENT_ACTION_CANCEL_PRINTJOB"; field in NotificationController
284 intent.setAction(INTENT_ACTION_CANCEL_PRINTJOB + "_" + printJob.getId().flattenToString()); in createCancelIntent()
351 if (action != null && action.startsWith(INTENT_ACTION_CANCEL_PRINTJOB)) { in onReceive()