/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeterTest.kt | 49 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 …]
|
D | NotificationMemoryLoggerTest.kt | 162 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/ |
D | NotificationMemoryDumper.kt | 71 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>()
|
D | NotificationMemory.kt | 38 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
|
D | NotificationMemoryViewWalker.kt | 21 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>()
|
D | NotificationMemoryLogger.kt | 178 use.smallIconObject += element.objectUsage.smallIcon in aggregateMemoryUsageData() 179 if (element.objectUsage.smallIcon > 0) { in aggregateMemoryUsageData() 201 use.smallIconViews += it.smallIcon in aggregateMemoryUsageData()
|
D | NotificationMemoryMeter.kt | 82 val smallIconUse = computeIconUse(notification.smallIcon, seenBitmaps) in <lambda>() 144 smallIcon = smallIconUse, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManager.kt | 233 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/ |
D | NotificationShellCmd.java | 491 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/ |
D | NotificationListenerService.java | 1392 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/ |
D | MediaDataProcessor.kt | 790 val smallIcon = sbn.notification.smallIcon in <lambda>() constant 882 smallIcon, in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 845 val smallIcon = sbn.notification.smallIcon in loadMediaDataInBg() constant 936 smallIcon, in loadMediaDataInBg()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 126 UserHandle user, String groupKey, Icon smallIcon, int iconColor) { in getSbn() argument 130 .setSmallIcon(smallIcon) in getSbn()
|
D | NotificationManagerServiceTest.java | 6762 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/ |
D | Notification.java | 7108 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView, 7111 smallIcon);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1106 field public static final int smallIcon = 16843422; // 0x101029e
|
/frameworks/base/core/api/ |
D | current.txt | 1524 field public static final int smallIcon = 16843422; // 0x101029e
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75794 Lcom/android/internal/R$attr;->smallIcon:I
|