Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java120 .setSmallIcon(computeNotificationIcon(printJob)) in createPrintingNotification()
136 .setSmallIcon(computeNotificationIcon(printJob)) in createFailedNotification()
154 .setSmallIcon(computeNotificationIcon(printJob)) in createBlockedNotification()
170 .setSmallIcon(computeNotificationIcon(printJob)) in createCancellingNotification()
199 computeNotificationIcon(printJob))).getBitmap()); in createStackedNotification()
200 builder.setSmallIcon(computeNotificationIcon(printJob)); in createStackedNotification()
287 private static int computeNotificationIcon(PrintJobInfo printJob) { in computeNotificationIcon() method in NotificationController