Home
last modified time | relevance | path

Searched defs:smallIcon (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemory.kt38 val smallIcon: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationObjectUsage
64 val smallIcon: Int, constant in com.android.systemui.statusbar.notification.logging.NotificationViewUsage
DNotificationMemoryDumper.kt85 var smallIcon: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationObjects.Totals
130 var smallIcon: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationViewUsage.Totals
DNotificationMemoryViewWalker.kt21 private var smallIcon: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryViewWalker.UsageBuilder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt277 val smallIcon = in createBasicNotification() constant
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java486 Icon smallIcon = null; in doNotify() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
DMediaDataManager.kt785 val smallIcon = sbn.notification.smallIcon in loadMediaDataInBg() constant
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1336 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java5377 final Icon smallIcon = Icon.createWithContentUri("content://media/small/icon"); in testVisitUris() local