Home
last modified time | relevance | path

Searched refs:hasLargeIcon (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt113 notificationEntry(hasShortcut = true, hasMessageSenderIcon = true, hasLargeIcon = true) in testCreateIcons_importantConversation_shortcutIcon()
123 notificationEntry(hasShortcut = false, hasMessageSenderIcon = true, hasLargeIcon = true) in testCreateIcons_importantConversation_messageIcon()
136 hasLargeIcon = true in testCreateIcons_importantConversation_largeIcon()
150 hasLargeIcon = false in testCreateIcons_importantConversation_smallIcon()
165 hasLargeIcon = true in testCreateIcons_importantConversationWithoutMessagingStyle()
176 notificationEntry(hasShortcut = true, hasMessageSenderIcon = true, hasLargeIcon = true) in testCreateIcons_notImportantConversation()
184 notificationEntry(hasShortcut = true, hasMessageSenderIcon = true, hasLargeIcon = false) in testCreateIcons_sensitiveImportantConversation()
197 notificationEntry(hasShortcut = true, hasMessageSenderIcon = true, hasLargeIcon = false) in testUpdateIcons_sensitiveImportantConversation()
212 notificationEntry(hasShortcut = true, hasMessageSenderIcon = true, hasLargeIcon = false) in testUpdateIcons_sensitivityChange()
228 hasLargeIcon: Boolean in notificationEntry()
[all …]
/frameworks/base/core/java/android/app/
DNotification.java7731 private boolean hasLargeIcon() { in hasLargeIcon() method in Notification.Builder
7790 } else if (hasLargeIcon()) { in hasImage()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7934 Landroid/app/Notification;->hasLargeIcon()Z