Searched refs:areStyledNotificationsVisiblyDifferent (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationTest.java | 92 assertFalse(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyles() 101 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyleToStyle() 110 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_styleToNoStyle() 120 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_changeStyle() 130 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nInbox1, nInbox2)); in testInboxTextChange() 155 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nBigPic1, nBigPic2)); in testBigPictureChange() 172 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_text() 187 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_data() 203 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_sender() 219 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_key() [all …]
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationDiff.java | 233 return !Notification.areStyledNotificationsVisiblyDifferent(oldBuilder, newBuilder); in sameNotificationContent()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | ConversationNotifications.kt | 226 Notification.areStyledNotificationsVisiblyDifferent(oldBuilder, newBuilder)
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 3204 public static boolean areStyledNotificationsVisiblyDifferent(Builder first, Builder second) { in areStyledNotificationsVisiblyDifferent() method in Notification
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 7189 if (Notification.areStyledNotificationsVisiblyDifferent(oldB, newB)) {
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2210 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2210 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7917 Landroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Builde…
|