Searched refs:hasLargeIcon (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 113 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/ |
D | Notification.java | 7731 private boolean hasLargeIcon() { in hasLargeIcon() method in Notification.Builder 7790 } else if (hasLargeIcon()) { in hasImage()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7934 Landroid/app/Notification;->hasLargeIcon()Z
|