Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationBigPictureTemplateViewWrapper.java46 Icon overRiddenIcon = extras.getParcelable(Notification.EXTRA_LARGE_ICON_BIG); in updateImageTag()
/frameworks/base/core/java/android/app/
DNotification.java853 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in Notification
4466 extras.putParcelable(EXTRA_LARGE_ICON_BIG, mBigLargeIcon); in addExtras()
4478 if (extras.containsKey(EXTRA_LARGE_ICON_BIG)) { in restoreFromExtras()
4480 mBigLargeIcon = extras.getParcelable(EXTRA_LARGE_ICON_BIG); in restoreFromExtras()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java281 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in NotificationCompat
/frameworks/support/api/
Dcurrent.txt4189 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4586 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
/frameworks/base/api/
Dcurrent.txt4941 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
Dsystem-current.txt5096 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";
Dtest-current.txt4944 field public static final java.lang.String EXTRA_LARGE_ICON_BIG = "android.largeIcon.big";