Home
last modified time | relevance | path

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

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