Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java97 if (shouldNotifyForState(printJob.getState())) { in onUpdateNotifications()
298 private static boolean shouldNotifyForState(int state) { in shouldNotifyForState() method in NotificationController