Searched refs:INTENT_ACTION_RESTART_PRINTJOB (Results 1 – 1 of 1) sorted by relevance
56 private static final String INTENT_ACTION_RESTART_PRINTJOB = "INTENT_ACTION_RESTART_PRINTJOB"; field in NotificationController268 intent.setAction(INTENT_ACTION_RESTART_PRINTJOB + "_" + printJobId.flattenToString()); in createRestartIntent()312 } else if (action != null && action.startsWith(INTENT_ACTION_RESTART_PRINTJOB)) { in onReceive()