Home
last modified time | relevance | path

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

/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java212 song.mediaId = description.getMediaId(); in saveState()
315 if (item.getDescription().getMediaId().equals(key)) { in startPlayback()
331 MediaMetadata metadata = mDataModel.getMetadata(current.getDescription().getMediaId()); in startPlayback()
469 MediaMetadata metadata = mDataModel.getMetadata(next.getMediaId()); in playCurrentQueueIndex()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DMediaItemMetadata.java150 return mMediaDescription.getMediaId(); in getId()
501 return Objects.hash(mMediaDescription.getMediaId(), mQueueId, mIsBrowsable, mIsPlayable); in hashCode()
541 + (mMediaDescription != null ? mMediaDescription.getMediaId() : "-") in toString()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaMediaItem.java147 String getMediaId() { in getMediaId() method in TmaMediaItem
199 bob.setMediaId(metadataDescription.getMediaId()); in buildDescription()
DTmaLibrary.java87 String key = item.getMediaId(); in cacheMediaItem()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DBrowsedPlayerWrapper.java272 + "\", ID=\"" + item.getMediaId() + "\""); in onChildrenLoaded()
281 Folder f = new Folder(item.getMediaId(), false, title); in onChildrenLoaded()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
DUtil.java202 ret.mediaId = item.getMediaId(); in toMetadata()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackControlHelper.java194 public String getMediaId() { in getMediaId() method in DvrPlaybackControlHelper
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java261 return mItem.getDescription().getMediaId(); in getID()
DAvrcpControllerService.java444 + item.getDescription().getMediaId()); in handleGetFolderItemsRsp()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DMediaPlayerWrapperTest.java70 bob.build(), Long.valueOf(bob.build().getMediaId()))); in getQueueFromDescriptions()