/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeterTest.kt | 49 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 69 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 88 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 111 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 160 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 186 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 222 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 244 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 265 smallIcon = notification.smallIcon.bitmap.allocationByteCount, 277 val smallIcon = regex [all …]
|
H A D | NotificationMemoryLoggerTest.kt | 159 presetUsage1.objectUsage.smallIcon + presetUsage2.objectUsage.smallIcon, 171 presetUsage1.viewUsage[0].smallIcon + presetUsage2.viewUsage[0].smallIcon, 204 presetUsage.objectUsage.smallIcon, 212 presetUsage.viewUsage[0].smallIcon, 239 presetUsage.objectUsage.smallIcon, 247 presetUsage.viewUsage[0].smallIcon,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryDumper.kt | 69 toKb(it.objectUsage.smallIcon), 85 var smallIcon: Int = 0, 95 t.smallIcon += usage.objectUsage.smallIcon 108 toKb(totals.smallIcon), 130 var smallIcon: Int = 0, 156 toKb(view.smallIcon), 174 totals.smallIcon += view.smallIcon 186 toKb(totals.smallIcon),
|
H A D | NotificationMemory.kt | 38 val smallIcon: Int, 64 val smallIcon: Int,
|
H A D | NotificationMemoryViewWalker.kt | 21 private var smallIcon: Int = 0 28 fun addSmallIcon(smallIconUse: Int) = apply { smallIcon += smallIconUse } 41 smallIcon = smallIcon,
|
H A D | NotificationMemoryLogger.kt | 178 use.smallIconObject += element.objectUsage.smallIcon 179 if (element.objectUsage.smallIcon > 0) { 201 use.smallIconViews += it.smallIcon
|
H A D | NotificationMemoryMeter.kt | 82 val smallIconUse = computeIconUse(notification.smallIcon, seenBitmaps) 144 smallIcon = smallIconUse,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 221 n.smallIcon 290 ic = entry.sbn.notification.smallIcon 312 val isSmallIcon = iconDescriptor.icon.equals(entry.sbn.notification.smallIcon)
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationShellCmd.java | 486 Icon smallIcon = null; in doNotify() local 519 smallIcon = icon; in doNotify() 663 if (smallIcon == null) { in doNotify() 667 builder.setSmallIcon(smallIcon); in doNotify()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1371 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local 1373 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) { in createLegacyIconExtras() 1374 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId()); in createLegacyIconExtras() 1375 n.icon = smallIcon.getResId(); in createLegacyIconExtras()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManager.kt | 828 val smallIcon = sbn.notification.smallIcon regex 918 smallIcon,
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 6480 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView, 6482 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 5951 final Icon smallIcon = Icon.createWithContentUri("content://media/small/icon"); in testVisitUris() local 5986 .setSmallIcon(smallIcon) in testVisitUris() 5995 verify(visitor, times(1)).accept(eq(smallIcon.getUri())); in testVisitUris()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 1489 field public static final int smallIcon = 16843422; // 0x101029e
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 76437 Lcom/android/internal/R$attr;->smallIcon:I
|