Searched defs:EXTRA_LARGE_ICON_BIG (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/app/
H A DNotification.java852 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in class:Notification
4290 extras.putParcelable(EXTRA_LARGE_ICON_BIG, mBigLargeIcon);
4302 if (extras.containsKey(EXTRA_LARGE_ICON_BIG)) {
4304 mBigLargeIcon = extras.getParcelable(EXTRA_LARGE_ICON_BIG);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java277 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in class:NotificationCompat

Completed in 92 milliseconds