Home
last modified time | relevance | path

Searched refs:notifyImageDownload (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java188 public synchronized boolean notifyImageDownload(String uuid, Uri imageUri) { in notifyImageDownload() method in AvrcpPlayer
DAvrcpControllerStateMachine.java657 boolean addedArtwork = mAddressedPlayer.notifyImageDownload(uuid, uri); in processMessage()
665 Set<BrowseTree.BrowseNode> nodes = mBrowseTree.notifyImageDownload(uuid, uri); in processMessage()
DBrowseTree.java474 synchronized Set<BrowseNode> notifyImageDownload(String uuid, Uri uri) { in notifyImageDownload() method in BrowseTree