Searched refs:getContents (Results 1 – 6 of 6) sorted by relevance
98 List<MediaItem> getContents(final String parentMediaId) { in getContents() method in BluetoothMediaBrowserService104 return avrcpControllerService.getContents(parentMediaId); in getContents()138 List<MediaItem> contents = getContents(parentMediaId); in onLoadChildren()154 List<MediaItem> songList = node.getContents(); in updateNowPlayingQueue()
217 public synchronized List<MediaItem> getContents(String parentMediaId) { in getContents() method in AvrcpControllerService242 return requestedNode.getContents(); in getContents()
251 synchronized List<MediaItem> getContents() { in getContents() method in BrowseTree.BrowseNode
82 final String actual = d.first.getContents(); in testFilenameRace()
113 String getContents() throws Exception { in getContents() method in AbstractPublicApiTest.Download
750 assertEquals(FILE_CONTENT, download.getContents()); in checkCompleteDownload()