Home
last modified time | relevance | path

Searched refs:getMediaItemById (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaBrowser.java196 node = mLibrary.getMediaItemById(parentId); in getMediaItemsWithDelay()
239 child = mLibrary.getMediaItemById(child.getMediaId()); in addSearchResults()
DTmaPlayer.java143 playItem(mLibrary.getMediaItemById(mediaId)); in onPlayFromMediaId()
150 TmaMediaItem item = mLibrary.getMediaItemById(mediaId); in onPrepareFromMediaId()
DTmaLibrary.java66 TmaMediaItem getMediaItemById(String mediaId) { in getMediaItemById() method in TmaLibrary
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java235 MediaItem[] items = LocalAlbum.getMediaItemById( in processMapMediaItems()
DLocalAlbum.java162 public static MediaItem[] getMediaItemById( in getMediaItemById() method in LocalAlbum