Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java7504 static final String KEY_EXTRAS_BUNDLE = "extras"; field in Notification.Builder.Message
7700 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras); in toBundle()
7770 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) { in getMessageFromBundle()
7771 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE)); in getMessageFromBundle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7784 Landroid/app/Notification$MessagingStyle$Message;->KEY_EXTRAS_BUNDLE:Ljava/lang/String;