Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java60 public static class DownloadEvent { class in AvrcpCoverArtManager
64 public DownloadEvent(String uuid, Uri uri) { in DownloadEvent() method in AvrcpCoverArtManager.DownloadEvent
85 void onImageDownloadComplete(BluetoothDevice device, DownloadEvent event); in onImageDownloadComplete()
475 DownloadEvent event = new DownloadEvent(imageUuid, uri); in onGetImageComplete()
DAvrcpControllerStateMachine.java713 AvrcpCoverArtManager.DownloadEvent event = in processMessage()
714 (AvrcpCoverArtManager.DownloadEvent) msg.obj; in processMessage()
DAvrcpControllerService.java116 BluetoothDevice device, AvrcpCoverArtManager.DownloadEvent event) { in onImageDownloadComplete()