Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java129 PrintJobId removedPrintJob = removedPrintJobs.valueAt(i); in updateNotifications() local
131 mNotificationManager.cancel(removedPrintJob.flattenToString(), 0); in updateNotifications()
132 mNotifications.remove(removedPrintJob); in updateNotifications()