Searched refs:KEY_EXTRAS_BUNDLE (Results 1 – 2 of 2) sorted by relevance
8625 static final String KEY_EXTRAS_BUNDLE = "extras"; field in Notification.Builder.MessagingStyle.Message8830 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras); in toBundle()8903 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) { in getMessageFromBundle()8904 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE)); in getMessageFromBundle()
7781 Landroid/app/Notification$MessagingStyle$Message;->KEY_EXTRAS_BUNDLE:Ljava/lang/String;