Searched refs:areStyledNotificationsVisiblyDifferent (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 1185 assertFalse(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyles() 1194 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_noStyleToStyle() 1203 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_styleToNoStyle() 1213 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(n1, n2)); in testStyleChangeVisiblyDifferent_changeStyle() 1223 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nInbox1, nInbox2)); in testInboxTextChange() 1233 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nBigText1, nBigText2)); in testBigTextTextChange() 1246 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nBigPic1, nBigPic2)); in testBigPictureChange() 1313 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_text() 1328 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_data() 1342 assertTrue(Notification.areStyledNotificationsVisiblyDifferent(nM1, nM2)); in testMessagingChange_sender() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ConversationNotifications.kt | 225 Notification.areStyledNotificationsVisiblyDifferent(oldBuilder, newBuilder)
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3616 public static boolean areStyledNotificationsVisiblyDifferent(Builder first, Builder second) { in areStyledNotificationsVisiblyDifferent() method in Notification
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 8981 if (Notification.areStyledNotificationsVisiblyDifferent(oldB, newB)) {
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2269 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2269 HSPLandroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Bui…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7917 Landroid/app/Notification;->areStyledNotificationsVisiblyDifferent(Landroid/app/Notification$Builde…
|