Searched refs:notifyImageDownload (Results 1 – 5 of 5) sorted by relevance
173 public void notifyImageDownload() { in notifyImageDownload() method in AvrcpPlayerTest181 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isFalse(); in notifyImageDownload()184 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isFalse(); in notifyImageDownload()187 assertThat(avrcpPlayer.notifyImageDownload(uuid, uri)).isTrue(); in notifyImageDownload()
194 public void notifyImageDownload() { in notifyImageDownload() method in BrowseTreeTest201 Set<BrowseTree.BrowseNode> parents = browseTree.notifyImageDownload(TEST_HANDLE, null); in notifyImageDownload()
188 public synchronized boolean notifyImageDownload(String uuid, Uri imageUri) { in notifyImageDownload() method in AvrcpPlayer
721 boolean addedArtwork = mAddressedPlayer.notifyImageDownload(uuid, uri); in processMessage()729 Set<BrowseTree.BrowseNode> nodes = mBrowseTree.notifyImageDownload(uuid, uri); in processMessage()
501 synchronized Set<BrowseNode> notifyImageDownload(String uuid, Uri uri) { in notifyImageDownload() method in BrowseTree