Home
last modified time | relevance | path

Searched refs:EXTRA_LARGE_ICON_BIG (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationBigPictureTemplateViewWrapper.java59 Icon bigLargeIcon = extras.getParcelable(Notification.EXTRA_LARGE_ICON_BIG, Icon.class); in updateImageTag()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationBigPictureTemplateViewWrapperTest.java67 Notification.EXTRA_LARGE_ICON_BIG, new Bundle()); in invalidLargeIconBig_noCrash()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryMeter.kt89 computeParcelableUse(extras, Notification.EXTRA_LARGE_ICON_BIG, seenBitmaps) in <lambda>()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java31 import static android.app.Notification.EXTRA_LARGE_ICON_BIG;
898 fakeTypes.putParcelable(EXTRA_LARGE_ICON_BIG, new Bundle()); in testVisitUris_invalidExtra_noCrash()
939 fakeTypes.putParcelable(EXTRA_LARGE_ICON_BIG, new Bundle()); in testRestoreFromExtras_BigText_invalidExtra_noCrash()
/frameworks/base/core/java/android/app/
DNotification.java1297 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in Notification
2958 visitIconUri(visitor, extras.getParcelable(EXTRA_LARGE_ICON_BIG, Icon.class)); in visitUris()
8330 extras.putParcelable(EXTRA_LARGE_ICON_BIG, mBigLargeIcon); in addExtras()
8361 if (extras.containsKey(EXTRA_LARGE_ICON_BIG)) { in restoreFromExtras()
8363 mBigLargeIcon = extras.getParcelable(EXTRA_LARGE_ICON_BIG, Icon.class); in restoreFromExtras()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java32 import static android.app.Notification.EXTRA_LARGE_ICON_BIG;
12066 redacted.extras.remove(EXTRA_LARGE_ICON_BIG);
/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.txt4586 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
/frameworks/base/core/api/
Dcurrent.txt6454 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";