Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java161 sbn.getNotification().getSmallIcon(), sbn.getNotification().color, in maybeGroup()
175 sbn.getNotification().getSmallIcon(), sbn.getNotification().color, in maybeGroup()
184 Icon summaryIcon = sbn.getNotification().getSmallIcon(); in maybeGroup()
269 sbn.getNotification().getSmallIcon(), sbn.getNotification().color, in maybeUngroup()
DNotificationRecord.java504 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
DNotificationManagerService.java1015 !summaryAttr.icon.sameAs(summary.getSbn().getNotification().getSmallIcon()) in updateAutobundledSummaryLocked()
3363 if (r.getNotification().getSmallIcon() != null) {
3373 .setIcon(r.getNotification().getSmallIcon())
8738 if (notification.getSmallIcon() != null && !isCritical(r)) {
8770 if (notification.getSmallIcon() != null) {
9725 if (r.getNotification().getSmallIcon() != null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java272 .setSmallIcon(getSmallIcon(disk, VolumeInfo.STATE_UNMOUNTABLE)) in onDiskScannedInternal()
613 private int getSmallIcon(DiskInfo disk, int state) { in getSmallIcon() method in StorageNotification
633 .setSmallIcon(getSmallIcon(vol.getDisk(), vol.getState())) in buildNotificationBuilder()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationShellCmdTest.java147 final Icon icon = captured.getSmallIcon(); in testIcon()
DNotificationManagerServiceTest.java9063 assertNull(update.getSbn().getNotification().getSmallIcon()); in testNotificationStats_notificationError()
14395 if (notif.getSmallIcon() != null) {
14397 notif.getSmallIcon().writeToParcel(parcel, 0);
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java338 if (notification.getSmallIcon() == null) { in validateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java198 mIcon.setTag(ImageTransformState.ICON_TAG, n.getSmallIcon()); in onContentUpdated()
/frameworks/base/services/tests/VpnTests/java/com/android/server/net/
DLockdownVpnTrackerTest.java194 return notification.getSmallIcon().getResId() == iconRes; in isExpectedNotification()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobNotificationCoordinatorTest.java107 doReturn(null).when(notification).getSmallIcon(); in testParameterValidation()
556 doReturn(mock(Icon.class)).when(notification).getSmallIcon(); in createValidNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGroupingUtil.java374 return notification.getSmallIcon(); in getIcon()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputControllerTest.java1067 when(notification.getSmallIcon()).thenReturn(null); in getNotificationSmallIcon_withoutSmallIcon_returnsNull()
1086 when(notification.getSmallIcon()).thenReturn(icon); in getNotificationSmallIcon_withPackageNameAndMediaSession_returnsIconCompat()
/frameworks/base/core/java/android/app/
DNotificationManager.java777 if (notification.getSmallIcon() == null) { in fixNotification()
788 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
DNotification.java3580 return areIconsMaybeDifferent(first.getSmallIcon(), second.getSmallIcon()) in areIconsDifferent()
4158 public Icon getSmallIcon() { in getSmallIcon() method in Notification
4447 if (mN.getSmallIcon() == null && mN.icon != 0) { in Builder()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1608 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
1680 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1392 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java531 final Icon icon = notification.getSmallIcon(); in getNotificationSmallIcon()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DActivityManagerServiceTest.java1388 doReturn(mock(Icon.class)).when(notification).getSmallIcon(); in testStartForegroundServiceDelegate()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java705 Bitmap smallNotificationIcon = notification.getSmallIcon().getBitmap(); in testBuild_ensureSmallIconIsNotTooBig_resizesIcon()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2284 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
/frameworks/base/config/
Dboot-image-profile.txt2284 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
/frameworks/base/core/api/
Dcurrent.txt6397 method public android.graphics.drawable.Icon getSmallIcon();