Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java66 private static final String PRINT_JOB_NOTIFICATION_SUMMARY = "PRINT_JOB_NOTIFICATIONS_SUMMARY"; field in NotificationController
111 mNotificationManager.cancel(PRINT_JOB_NOTIFICATION_SUMMARY, 0); in updateNotifications()
275 mNotificationManager.notify(PRINT_JOB_NOTIFICATION_SUMMARY, 0, builder.build()); in createStackedNotification()