Searched refs:fromBundle (Results 1 – 11 of 11) sorted by relevance
474 Metadata metadata = new Metadata.Builder().fromBundle(bundle).build(); in testBuildMetadataFromBundle()486 Metadata metadata = new Metadata.Builder().fromBundle(bundle).build(); in testBuildMetadataFromBundleWithArt()498 Metadata metadata = new Metadata.Builder().fromBundle(bundle).build(); in testBuildMetadataFromBundleWithAlbumArt()510 Metadata metadata = new Metadata.Builder().fromBundle(bundle).build(); in testBuildMetadataFromBundleWithDisplayIcon()524 .fromBundle(bundle) in testBuildMetadataFromBundleWithUriArt()539 .fromBundle(bundle) in testBuildMetadataFromBundleWithUriAlbumArt()554 .fromBundle(bundle) in testBuildMetadataFromBundleWithUriDisplayIcon()567 .fromBundle(bundle) in testBuildMetadataFromBundleWithUriNoContext()584 .fromBundle(bundle) in testBuildMetadataFromBundleWithUriAndUrisDisabled()596 Metadata metadata = new Metadata.Builder().fromBundle(bundle).build(); in testBuildMetadataFromEmptyBundle()[all …]
136 public static Conversation fromBundle(@Nullable Bundle bundle) { in fromBundle() method in Conversation152 ? Person.fromBundle((Bundle) personBundle) in fromBundle()162 Person.fromBundle(Objects.requireNonNull(bundle.getBundle(KEY_USER))), in fromBundle()549 Person.fromBundle(Objects.requireNonNull(bundle.getBundle(KEY_SENDER)) in getMessageFromBundle()801 ConversationAction action = fromBundle((Bundle) element); in getActionsFromBundleArray()820 private static ConversationAction fromBundle(@Nullable Bundle bundle) { in fromBundle() method in Conversation.ConversationAction
173 return fromBundle(desc.getExtras()).setMediaId(desc.getMediaId()); in fromMediaDescription()188 public Builder fromBundle(Bundle bundle) { in fromBundle() method in Metadata.Builder
74 return builder.useContext(context).useDefaults().fromBundle(bundle).build(); in toMetadata()
55 ClusterActivityState activityState = ClusterActivityState.fromBundle(extra); in logIntent()
64 ClusterActivityState state = ClusterActivityState.fromBundle(bundle); in handleIntent()
118 public static ClusterActivityState fromBundle(Bundle bundle) { in fromBundle() method in ClusterActivityState
63 ClusterActivityState state = ClusterActivityState.fromBundle(bundle); in handleIntent()
65 ClusterActivityState state = ClusterActivityState.fromBundle(bundle); in handleIntent()
302 ActivityOptions activityOptions = ActivityOptions.fromBundle(activityOptionsBundle); in startFixedActivityModeAsUser()
456 setClusterActivityState(ClusterActivityState.fromBundle(state)); in setClusterActivityState()