Searched refs:notifyImageDownload (Results 1 – 5 of 5) sorted by relevance
165 public void notifyImageDownload() { in notifyImageDownload() method in AvrcpPlayerTest173 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isFalse(); in notifyImageDownload()176 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isFalse(); in notifyImageDownload()179 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isTrue(); in notifyImageDownload()
164 public void notifyImageDownload() { in notifyImageDownload() method in BrowseTreeTest169 Set<BrowseTree.BrowseNode> parents = browseTree.notifyImageDownload(TEST_HANDLE, null); in notifyImageDownload()
191 public synchronized boolean notifyImageDownload(String uuid, Uri imageUri) { in notifyImageDownload() method in AvrcpPlayer
729 boolean addedArtwork = mAddressedPlayer.notifyImageDownload(uuid, uri); in processMessage()737 Set<BrowseTree.BrowseNode> nodes = mBrowseTree.notifyImageDownload(uuid, uri); in processMessage()
499 synchronized Set<BrowseNode> notifyImageDownload(String uuid, Uri uri) { in notifyImageDownload() method in BrowseTree