Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java182 Notification.Builder builder = new Notification.Builder(mContext, computeChannel(printJob)) in createNotification()
328 private static String computeChannel(PrintJobInfo printJob) { in computeChannel() method in NotificationController