Home
last modified time | relevance | path

Searched defs:imageUuid (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java54 public boolean doesImageExist(BluetoothDevice device, String imageUuid) { in doesImageExist()
68 public Bitmap getImage(BluetoothDevice device, String imageUuid) { in getImage()
82 public Uri addImage(BluetoothDevice device, String imageUuid, Bitmap image) { in addImage()
112 public void removeImage(BluetoothDevice device, String imageUuid) { in removeImage()
DAvrcpCoverArtProvider.java65 public static Uri getImageUri(BluetoothDevice device, String imageUuid) { in getImageUri()
77 private static Bitmap getImage(BluetoothDevice device, String imageUuid) { in getImage()
92 private static ParcelFileDescriptor getImageDescriptor(BluetoothDevice device, String imageUuid) in getImageDescriptor()
124 String imageUuid = null; in openFile() local
DAvrcpCoverArtManager.java262 Uri getImageUri(BluetoothDevice device, String imageUuid) { in getImageUri()
283 Uri downloadImage(BluetoothDevice device, String imageUuid) { in downloadImage()
318 Bitmap getImage(BluetoothDevice device, String imageUuid) { in getImage()
328 void removeImage(BluetoothDevice device, String imageUuid) { in removeImage()
448 String imageUuid = getUuidForHandle(mDevice, imageHandle); in onGetImageComplete() local
DBrowseTree.java226 String imageUuid = node.getCoverArtUuid(); in addChild() local
228 indicateCoverArtUsed(node.getID(), imageUuid); in addChild() local