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

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

Completed in 93 milliseconds