Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java30 import static android.app.Notification.EXTRA_LARGE_ICON;
227 assertSame(q.getLargeIcon(), q.extras.getParcelable(EXTRA_LARGE_ICON)); in largeIconMultipleReferences_keptAfterParcelling()
236 n.extras.putParcelable(EXTRA_LARGE_ICON, originalIcon); in largeIconReferenceInExtrasOnly_keptAfterParcelling()
241 assertTrue(((Icon) q.extras.getParcelable(EXTRA_LARGE_ICON)).getBitmap() in largeIconReferenceInExtrasOnly_keptAfterParcelling()
1030 fakeTypes.putParcelable(EXTRA_LARGE_ICON, new Bundle()); in testCarExtender_invalidExtra_noCrash()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java192 assertNotNull(n.extras.getParcelable(Notification.EXTRA_LARGE_ICON)); in testLegacyIcons_preM()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java487 if (names.contains(Notification.EXTRA_LARGE_ICON)) { in countApiUse()
/frameworks/base/core/java/android/app/
DNotification.java1289 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in Notification
1297 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
3678 fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON); in fixDuplicateExtras()
5111 mN.extras.putParcelable(EXTRA_LARGE_ICON, icon); in setLargeIcon()
12665 private static final String EXTRA_LARGE_ICON = "large_icon"; field in Notification.Builder.CarExtender
12688 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON, Bitmap.class); in CarExtender()
12706 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon); in extend()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1402 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits); in createLegacyIconExtras()
/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.txt4585 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
/frameworks/base/core/api/
Dcurrent.txt6453 field @Deprecated public static final String EXTRA_LARGE_ICON = "android.largeIcon";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7729 Landroid/app/Notification$CarExtender;->EXTRA_LARGE_ICON:Ljava/lang/String;