Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DMetadataTest.java778 Metadata metadata = new Metadata.Builder().fromMediaItem(item).build(); in testBuildMetadataFromMediaItem()
797 Metadata metadata = new Metadata.Builder().fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithIconArt()
817 new Metadata.Builder().useContext(mMockContext).fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithIconUri()
836 Metadata metadata = new Metadata.Builder().fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithIconUriNoContext()
860 new Metadata.Builder().useContext(mMockContext).fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithIconUriAndUrisDisabled()
880 Metadata metadata = new Metadata.Builder().fromMediaItem(item).build(); in testBuildMetadataFromMediaItemWithExtras()
897 Metadata metadata = new Metadata.Builder().fromMediaItem(null).build(); in testBuildMetadataFromNullMediaItem()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/helpers/
DUtil.java65 return builder.useContext(context).useDefaults().fromMediaItem(item).build(); in toMetadata()
DMetadata.java216 public Builder fromMediaItem(MediaItem item) { in fromMediaItem() method in Metadata.Builder