Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayerTest.java173 public void notifyImageDownload() { in notifyImageDownload() method in AvrcpPlayerTest
181 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()
DBrowseTreeTest.java194 public void notifyImageDownload() { in notifyImageDownload() method in BrowseTreeTest
201 Set<BrowseTree.BrowseNode> parents = browseTree.notifyImageDownload(TEST_HANDLE, null); in notifyImageDownload()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpPlayer.java188 public synchronized boolean notifyImageDownload(String uuid, Uri imageUri) { in notifyImageDownload() method in AvrcpPlayer
DAvrcpControllerStateMachine.java721 boolean addedArtwork = mAddressedPlayer.notifyImageDownload(uuid, uri); in processMessage()
729 Set<BrowseTree.BrowseNode> nodes = mBrowseTree.notifyImageDownload(uuid, uri); in processMessage()
DBrowseTree.java501 synchronized Set<BrowseNode> notifyImageDownload(String uuid, Uri uri) { in notifyImageDownload() method in BrowseTree