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/ |
D | NotificationBigPictureTemplateViewWrapper.java | 59 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/ |
D | NotificationBigPictureTemplateViewWrapperTest.java | 67 Notification.EXTRA_LARGE_ICON_BIG, new Bundle()); in invalidLargeIconBig_noCrash()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 89 computeParcelableUse(extras, Notification.EXTRA_LARGE_ICON_BIG, seenBitmaps) in <lambda>()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 31 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/ |
D | Notification.java | 1297 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/ |
D | NotificationManagerService.java | 32 import static android.app.Notification.EXTRA_LARGE_ICON_BIG; 12066 redacted.extras.remove(EXTRA_LARGE_ICON_BIG);
|
/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 | 4586 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
|
/frameworks/base/core/api/ |
D | current.txt | 6454 field public static final String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
|