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