Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java56 private static final String INTENT_ACTION_RESTART_PRINTJOB = "INTENT_ACTION_RESTART_PRINTJOB"; field in NotificationController
268 intent.setAction(INTENT_ACTION_RESTART_PRINTJOB + "_" + printJobId.flattenToString()); in createRestartIntent()
312 } else if (action != null && action.startsWith(INTENT_ACTION_RESTART_PRINTJOB)) { in onReceive()