Searched refs:EXTRA_SMALL_ICON (Results 1 – 6 of 6) sorted by relevance
19 import static android.app.Notification.EXTRA_SMALL_ICON;189 assertEquals(android.R.drawable.star_on, n.extras.getInt(EXTRA_SMALL_ICON)); in testLegacyIcons_preM()211 assertEquals(0, n.extras.getInt(EXTRA_SMALL_ICON)); in testLegacyIcons_mPlus()
1395 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId()); in createLegacyIconExtras()
1279 public static final String EXTRA_SMALL_ICON = "android.icon"; field in Notification
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4595 field public static final java.lang.String EXTRA_SMALL_ICON = "android.icon";
6474 field @Deprecated public static final String EXTRA_SMALL_ICON = "android.icon";