Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeterTest.kt49 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification()
69 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_rankerGroupNotification()
88 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_plainNotification_dontDoubleCountSameBitmap()
111 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_customViewNotification_marksTrue()
131 smallIcon = 444444, in currentNotificationMemoryUse_notificationWithDataIcon_calculatesCorrectly()
160 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_bigPictureStyle()
186 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_callingStyle()
222 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_messagingStyle()
244 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_carExtender()
265 smallIcon = notification.smallIcon.bitmap.allocationByteCount, in currentNotificationMemoryUse_tvWearExtender()
[all …]
DNotificationMemoryLoggerTest.kt162 presetUsage1.objectUsage.smallIcon + presetUsage2.objectUsage.smallIcon, in <lambda>()
174 presetUsage1.viewUsage[0].smallIcon + presetUsage2.viewUsage[0].smallIcon, in <lambda>()
207 presetUsage.objectUsage.smallIcon, in <lambda>()
215 presetUsage.viewUsage[0].smallIcon, in <lambda>()
242 presetUsage.objectUsage.smallIcon, in <lambda>()
250 presetUsage.viewUsage[0].smallIcon, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryDumper.kt71 toKb(it.objectUsage.smallIcon), in <lambda>()
87 var smallIcon: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationObjects.Totals
97 t.smallIcon += usage.objectUsage.smallIcon in <lambda>()
110 toKb(totals.smallIcon), in <lambda>()
132 var smallIcon: Int = 0, in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryDumper.dumpNotificationViewUsage.Totals
158 toKb(view.smallIcon), in <lambda>()
176 totals.smallIcon += view.smallIcon in <lambda>()
188 toKb(totals.smallIcon), in <lambda>()
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
DNotificationMemoryViewWalker.kt21 private var smallIcon: Int = 0 in <lambda>() variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryViewWalker.UsageBuilder
28 fun addSmallIcon(smallIconUse: Int) = apply { smallIcon += smallIconUse } in <lambda>()
41 smallIcon = smallIcon, in <lambda>()
DNotificationMemoryLogger.kt178 use.smallIconObject += element.objectUsage.smallIcon in aggregateMemoryUsageData()
179 if (element.objectUsage.smallIcon > 0) { in aggregateMemoryUsageData()
201 use.smallIconViews += it.smallIcon in aggregateMemoryUsageData()
DNotificationMemoryMeter.kt82 val smallIconUse = computeIconUse(notification.smallIcon, seenBitmaps) in <lambda>()
144 smallIcon = smallIconUse, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt233 n.smallIcon to StatusBarIcon.Type.MaybeMonochromeAppIcon in <lambda>()
235 n.smallIcon to StatusBarIcon.Type.NotifSmallIcon in <lambda>()
394 ic = entry.sbn.notification.smallIcon in <lambda>()
416 val isSmallIcon = iconDescriptor.icon.equals(entry.sbn.notification.smallIcon) in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java491 Icon smallIcon = null; in doNotify() local
524 smallIcon = icon; in doNotify()
668 if (smallIcon == null) { in doNotify()
672 builder.setSmallIcon(smallIcon); in doNotify()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1392 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local
1394 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) { in createLegacyIconExtras()
1395 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId()); in createLegacyIconExtras()
1396 n.icon = smallIcon.getResId(); in createLegacyIconExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt790 val smallIcon = sbn.notification.smallIcon in <lambda>() constant
882 smallIcon, in <lambda>()
DLegacyMediaDataManagerImpl.kt845 val smallIcon = sbn.notification.smallIcon in loadMediaDataInBg() constant
936 smallIcon, in loadMediaDataInBg()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java126 UserHandle user, String groupKey, Icon smallIcon, int iconColor) { in getSbn() argument
130 .setSmallIcon(smallIcon) in getSbn()
DNotificationManagerServiceTest.java6762 final Icon smallIcon = Icon.createWithContentUri("content://media/small/icon"); in testVisitUris() local
6797 .setSmallIcon(smallIcon) in testVisitUris()
6806 verify(visitor, times(1)).accept(eq(smallIcon.getUri())); in testVisitUris()
/frameworks/base/core/java/android/app/
DNotification.java7108 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView,
7111 smallIcon);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1106 field public static final int smallIcon = 16843422; // 0x101029e
/frameworks/base/core/api/
Dcurrent.txt1524 field public static final int smallIcon = 16843422; // 0x101029e
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75794 Lcom/android/internal/R$attr;->smallIcon:I