Home
last modified time | relevance | path

Searched refs:KEY_EXTRAS_BUNDLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java2562 static final String KEY_EXTRAS_BUNDLE = "extras"; field in NotificationCompat.MessagingStyle.Message
2714 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras); in toBundle()
2770 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) { in getMessageFromBundle()
2771 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE)); in getMessageFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java7172 static final String KEY_EXTRAS_BUNDLE = "extras"; field in Notification.Builder.Message
7364 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras); in toBundle()
7434 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) { in getMessageFromBundle()
7435 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE)); in getMessageFromBundle()
/frameworks/base/config/
Dhiddenapi-private-dex.txt9206 Landroid/app/Notification$MessagingStyle$Message;->KEY_EXTRAS_BUNDLE:Ljava/lang/String;