Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt44 val notification = createBasicNotification().build() in currentNotificationMemoryUse_plainNotification()
62 val notification = createBasicNotification().build() in currentNotificationMemoryUse_rankerGroupNotification()
65 createNotificationEntry(createBasicNotification().setGroup("ranker_group").build()) in currentNotificationMemoryUse_rankerGroupNotification()
83 val notification = createBasicNotification().setLargeIcon(icon).setSmallIcon(icon).build() in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
102 createBasicNotification() in currentNotificationMemoryUse_customViewNotification_marksTrue()
126 createBasicNotification().setLargeIcon(dataIcon).setSmallIcon(dataIcon).build() in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
149 createBasicNotification() in currentNotificationMemoryUse_bigPictureStyle()
179 createBasicNotification() in currentNotificationMemoryUse_callingStyle()
211 createBasicNotification() in currentNotificationMemoryUse_messagingStyle()
239 val notification = createBasicNotification().extend(extender).build() in currentNotificationMemoryUse_carExtender()
[all …]