Searched refs:sbn (Results 1 – 2 of 2) sorted by relevance
1734 StatusBarNotification sbn = entry.notification; in inflateViews() local1735 RemoteViews remoteViews = sbn.notification.contentView; in inflateViews()1751 if (sbn.notification.largeIcon != null) { in inflateViews()1752 largeIcon.setImageBitmap(sbn.notification.largeIcon); in inflateViews()1753 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()1758 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()1765 PendingIntent contentIntent = sbn.notification.contentIntent; in inflateViews()1768 contentIntent, sbn.pkg, sbn.tag, sbn.id); in inflateViews()1785 final String ident = sbn.pkg + "/0x" + Integer.toHexString(sbn.id); in inflateViews()
891 StatusBarNotification sbn = entry.notification; in inflateViews() local892 RemoteViews remoteViews = sbn.notification.contentView; in inflateViews()901 View vetoButton = updateNotificationVetoButton(row, sbn); in inflateViews()907 if (sbn.notification.largeIcon != null) { in inflateViews()908 largeIcon.setImageBitmap(sbn.notification.largeIcon); in inflateViews()909 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()914 largeIcon.setContentDescription(sbn.notification.tickerText); in inflateViews()921 PendingIntent contentIntent = sbn.notification.contentIntent; in inflateViews()924 sbn.pkg, sbn.tag, sbn.id); in inflateViews()941 final String ident = sbn.pkg + "/0x" + Integer.toHexString(sbn.id); in inflateViews()