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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java304 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java949 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big"; field in class:Notification
5684 extras.putParcelable(EXTRA_LARGE_ICON_BIG, mBigLargeIcon);
5696 if (extras.containsKey(EXTRA_LARGE_ICON_BIG)) {
5698 mBigLargeIcon = extras.getParcelable(EXTRA_LARGE_ICON_BIG);

Completed in 50 milliseconds