Searched refs:areStyledNotificationsVisiblyDifferent (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 1074 assertFalse(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyles() 1083 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyleToStyle() 1092 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_styleToNoStyle() 1102 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_changeStyle() 1112 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nInbox1, nInbox2)); in testInboxTextChange() 1135 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nBigPic1, nBigPic2)); in testBigPictureChange() 1152 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_text() 1167 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_data() 1181 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_sender() 1195 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_key() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ConversationNotifications.kt | 220 Notification.areStyledNotificationsVisiblyDifferent(oldBuilder, newBuilder)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 3348 public static boolean areStyledNotificationsVisiblyDifferent(Builder first, Builder second) { in areStyledNotificationsVisiblyDifferent() method in Notification
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 8201 if (Notification.areStyledNotificationsVisiblyDifferent(oldB, newB)) {
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2294 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2294 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7917 Landroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Builde…
|