Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java228 mContext.getString(R.string.restart), createRestartIntent(printJob.getId())); in createFailedNotification()
325 private PendingIntent createRestartIntent(PrintJobId printJobId) { in createRestartIntent() method in NotificationController