Searched refs:notifyImageDownload (Results 1 – 3 of 3) sorted by relevance
188 public synchronized boolean notifyImageDownload(String uuid, Uri imageUri) { in notifyImageDownload() method in AvrcpPlayer
657 boolean addedArtwork = mAddressedPlayer.notifyImageDownload(uuid, uri); in processMessage()665 Set<BrowseTree.BrowseNode> nodes = mBrowseTree.notifyImageDownload(uuid, uri); in processMessage()
474 synchronized Set<BrowseNode> notifyImageDownload(String uuid, Uri uri) { in notifyImageDownload() method in BrowseTree