Home
last modified time | relevance | path

Searched defs:fromBundle (Results 1 – 25 of 33) sorted by relevance

12

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DBundleable.java50 T fromBundle(Bundle bundle); in fromBundle() method
DRating.java68 private static Rating fromBundle(Bundle bundle) { in fromBundle() method in Rating
DPercentageRating.java97 private static PercentageRating fromBundle(Bundle bundle) { in fromBundle() method in PercentageRating
DThumbRating.java98 private static ThumbRating fromBundle(Bundle bundle) { in fromBundle() method in ThumbRating
DHeartRating.java101 private static HeartRating fromBundle(Bundle bundle) { in fromBundle() method in HeartRating
DStarRating.java126 private static StarRating fromBundle(Bundle bundle) { in fromBundle() method in StarRating
DTimeline.java492 private static Window fromBundle(Bundle bundle) { in fromBundle() method in Timeline.Window
939 private static Period fromBundle(Bundle bundle) { in fromBundle() method in Timeline.Period
1431 private static Timeline fromBundle(Bundle bundle) { in fromBundle() method in Timeline
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DBundleable.java50 T fromBundle(Bundle bundle); in fromBundle() method
DRating.java73 private static Rating fromBundle(Bundle bundle) { in fromBundle() method in Rating
DPercentageRating.java100 private static PercentageRating fromBundle(Bundle bundle) { in fromBundle() method in PercentageRating
DHeartRating.java104 private static HeartRating fromBundle(Bundle bundle) { in fromBundle() method in HeartRating
DThumbRating.java101 private static ThumbRating fromBundle(Bundle bundle) { in fromBundle() method in ThumbRating
DStarRating.java129 private static StarRating fromBundle(Bundle bundle) { in fromBundle() method in StarRating
DTimeline.java499 private static Window fromBundle(Bundle bundle) { in fromBundle() method in Timeline.Window
947 private static Period fromBundle(Bundle bundle) { in fromBundle() method in Timeline.Period
1444 private static Timeline fromBundle(Bundle bundle) { in fromBundle() method in Timeline
DPlayer.java309 private static PositionInfo fromBundle(Bundle bundle) { in fromBundle() method in Player.PositionInfo
581 private static Commands fromBundle(Bundle bundle) { in fromBundle() method in Player.Commands
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/
DMediaMetadataTest.java112 MediaMetadata fromBundle = MediaMetadata.CREATOR.fromBundle(mediaMetadata.toBundle()); in roundTripViaBundle_yieldsEqualInstance() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/
DMediaMetadataTest.java112 MediaMetadata fromBundle = MediaMetadata.CREATOR.fromBundle(mediaMetadata.toBundle()); in roundTripViaBundle_yieldsEqualInstance() local
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPersistableBundles.java74 public static PersistableBundle fromBundle(Bundle bundle) { in fromBundle() method in PersistableBundles
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DResourceEntry.java66 public static ResourceEntry fromBundle(@NonNull Context context, Bundle bundle) { in fromBundle() method in ResourceEntry
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/trackselection/
DTrackSelectionOverridesTest.java89 TrackSelectionOverrides fromBundle = in roundTripViaBundle_withOverrides_yieldsEqualInstance() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/trackselection/
DTrackSelectionParametersTest.java206 TrackSelectionParameters fromBundle = in roundTripViaBundle_withOverride_yieldsEqualInstance() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java387 private static AdGroup fromBundle(Bundle bundle) { in fromBundle() method in AdPlaybackState.AdGroup
958 private static AdPlaybackState fromBundle(Bundle bundle) { in fromBundle() method in AdPlaybackState
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java394 private static AdGroup fromBundle(Bundle bundle) { in fromBundle() method in AdPlaybackState.AdGroup
999 private static AdPlaybackState fromBundle(Bundle bundle) { in fromBundle() method in AdPlaybackState
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/text/
DCue.java1024 private static final Cue fromBundle(Bundle bundle) { in fromBundle() method in Cue
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/text/
DCue.java1020 private static final Cue fromBundle(Bundle bundle) { in fromBundle() method in Cue

12