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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java2562 static final String KEY_EXTRAS_BUNDLE = "extras"; field in class:NotificationCompat.MessagingStyle.Message
2714 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras);
2770 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) {
2771 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE));
/frameworks/base/core/java/android/app/
H A DNotification.java7172 static final String KEY_EXTRAS_BUNDLE = "extras"; field in class:Notification.MessagingStyle.Message
7364 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras);
7434 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) {
7435 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE));

Completed in 53 milliseconds