Searched refs:KEY_EXTRAS (Results 1 – 2 of 2) sorted by relevance
32 private static final String KEY_EXTRAS = "android.car:activityState.extras"; field in ClusterActivityState122 .setExtras(bundle.getBundle(KEY_EXTRAS)); in fromBundle()133 b.putBundle(KEY_EXTRAS, mExtras); in toBundle()
55 private static final String KEY_EXTRAS = "extras"; field in Conversation128 bundle.putBundle(KEY_EXTRAS, mExtras); in toBundle()173 bundle.getBundle(KEY_EXTRAS) in fromBundle()762 private static final String KEY_EXTRAS = "extras"; field in Conversation.ConversationAction815 bundle.putBundle(KEY_EXTRAS, mExtras); in toBundle()831 action.getExtras().putAll(bundle.getBundle(KEY_EXTRAS)); in fromBundle()