Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java2324 static final String KEY_EXTRAS_BUNDLE = "extras"; field in NotificationCompat.MessagingStyle.Message
2443 bundle.putBundle(KEY_EXTRAS_BUNDLE, mExtras); in toBundle()
2482 if (bundle.containsKey(KEY_EXTRAS_BUNDLE)) { in getMessageFromBundle()
2483 message.getExtras().putAll(bundle.getBundle(KEY_EXTRAS_BUNDLE)); in getMessageFromBundle()