Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DColorizedFgsCoordinator.java84 && notification.isStyle(Notification.CallStyle.class); in isCall()
/frameworks/base/core/java/com/android/internal/util/
DNotificationMessagingUtil.java96 return sbn.getNotification().isStyle(Notification.MessagingStyle.class); in hasMessagingStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DHighPriorityProvider.java157 return entry.getSbn().getNotification().isStyle(Notification.MessagingStyle.class); in isMessagingStyle()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelExtractor.java84 && !record.getNotification().isStyle(Notification.CallStyle.class) in process()
DNotificationComparator.java206 return record.getNotification().isStyle(Notification.CallStyle.class); in isCallStyle()
DNotificationRecord.java1563 notification.isStyle(Notification.DecoratedCustomViewStyle.class) in hasUndecoratedRemoteView()
1564 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class); in hasUndecoratedRemoteView()
1604 if (!notification.isStyle(Notification.MessagingStyle.class)) { in isConversation()
1615 && notification.isStyle(Notification.MessagingStyle.class) in isConversation()
DNotificationManagerService.java4884 if (r.getNotification().isStyle(Notification.CallStyle.class)
7206 final boolean isBigPicture = n.isStyle(Notification.BigPictureStyle.class);
7705 if (notification.isStyle(Notification.CallStyle.class)) {
7715 if (notification.isStyle(Notification.MediaStyle.class)
7716 || notification.isStyle(Notification.DecoratedMediaCustomViewStyle.class)) {
7766 || notification.isStyle(Notification.CallStyle.class)
8069 if (n.isStyle(Notification.CallStyle.class)) {
8121 if (n.isStyle(Notification.CallStyle.class)) {
8673 && notification.isStyle(Notification.CallStyle.class);
12042 if (oldNotif.isStyle(MessagingStyle.class)) {
[all …]
DNotificationAttentionHelper.java1548 if (record.getNotification().isStyle(Notification.CallStyle.class)) { in isAvalancheExemptedFullVolume()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java201 if (notification.isStyle(Notification.MessagingStyle.class) in getMessagingStyleMessages()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapper.java81 if (row.getEntry().getSbn().getNotification().isStyle( in wrap()
DNotificationTemplateViewWrapper.java198 && n.isStyle(Notification.BigPictureStyle.class)) { in getRightIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt443 return entry.sbn.notification.isStyle(Notification.CallStyle::class.java) in isCallNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt329 if (entry.sbn.notification.isStyle(Notification.CallStyle::class.java)) { in shouldSuppress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt427 entry.sbn.notification.isStyle(MessagingStyle::class.java) && in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationInfo.java229 mIsSystemRegisteredCall = mSbn.getNotification().isStyle(Notification.CallStyle.class) in bindNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java717 boolean isIncomingCall = n.isStyle(Notification.CallStyle.class) && n.extras.getInt( in isCriticalCallNotif()
/frameworks/base/core/java/android/app/
DNotification.java7663 public boolean isStyle(@NonNull Class<? extends Style> styleClass) { in isStyle() method in Notification.Builder
7777 if (isStyle(MessagingStyle.class) && extras != null) { in hasImage()