Searched refs:EXTRA_LARGE_ICON (Results 1 – 9 of 9) sorted by relevance
30 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()
192 assertNotNull(n.extras.getParcelable(Notification.EXTRA_LARGE_ICON)); in testLegacyIcons_preM()
487 if (names.contains(Notification.EXTRA_LARGE_ICON)) { in countApiUse()
1289 public static final String EXTRA_LARGE_ICON = "android.largeIcon"; field in Notification1297 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.CarExtender12688 mLargeIcon = carBundle.getParcelable(EXTRA_LARGE_ICON, Bitmap.class); in CarExtender()12706 carExtensions.putParcelable(EXTRA_LARGE_ICON, mLargeIcon); in extend()
1402 n.extras.putParcelable(Notification.EXTRA_LARGE_ICON, largeIconBits); in createLegacyIconExtras()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4585 field public static final java.lang.String EXTRA_LARGE_ICON = "android.largeIcon";
6453 field @Deprecated public static final String EXTRA_LARGE_ICON = "android.largeIcon";
7729 Landroid/app/Notification$CarExtender;->EXTRA_LARGE_ICON:Ljava/lang/String;