/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 161 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()
|
D | NotificationRecord.java | 504 pw.println(prefix + "icon=" + notification.getSmallIcon()); in dump()
|
D | NotificationManagerService.java | 1015 !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/ |
D | StorageNotification.java | 272 .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/ |
D | NotificationShellCmdTest.java | 147 final Icon icon = captured.getSmallIcon(); in testIcon()
|
D | NotificationManagerServiceTest.java | 9063 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/ |
D | JobNotificationCoordinator.java | 338 if (notification.getSmallIcon() == null) { in validateNotification()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 198 mIcon.setTag(ImageTransformState.ICON_TAG, n.getSmallIcon()); in onContentUpdated()
|
/frameworks/base/services/tests/VpnTests/java/com/android/server/net/ |
D | LockdownVpnTrackerTest.java | 194 return notification.getSmallIcon().getResId() == iconRes; in isExpectedNotification()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
D | JobNotificationCoordinatorTest.java | 107 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/ |
D | NotificationGroupingUtil.java | 374 return notification.getSmallIcon(); in getIcon()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/ |
D | MediaOutputControllerTest.java | 1067 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/ |
D | NotificationManager.java | 777 if (notification.getSmallIcon() == null) { in fixNotification() 788 if (n.getSmallIcon() == null && n.icon != 0) { in fixLegacySmallIcon()
|
D | Notification.java | 3580 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/ |
D | ServiceRecord.java | 1608 if (localForegroundNoti.getSmallIcon() == null) { in postNotification() 1680 if (localForegroundNoti.getSmallIcon() == null) { in postNotification()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1392 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputController.java | 531 final Icon icon = notification.getSmallIcon(); in getNotificationSmallIcon()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | ActivityManagerServiceTest.java | 1388 doReturn(mock(Icon.class)).when(notification).getSmallIcon(); in testStartForegroundServiceDelegate()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 705 Bitmap smallNotificationIcon = notification.getSmallIcon().getBitmap(); in testBuild_ensureSmallIconIsNotTooBig_resizesIcon()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2284 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2284 HSPLandroid/app/Notification;->getSmallIcon()Landroid/graphics/drawable/Icon;
|
/frameworks/base/core/api/ |
D | current.txt | 6397 method public android.graphics.drawable.Icon getSmallIcon();
|