Searched refs:computeNotificationIcon (Results 1 – 1 of 1) sorted by relevance
120 .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