Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java54 String path = getImagePath(device, imageHandle); in doesImageExist()
69 String path = getImagePath(device, imageHandle); in getImageFile()
89 String path = getImagePath(device, imageHandle); in addImage()
129 String path = getImagePath(device, imageHandle); in removeImage()
186 private String getImagePath(BluetoothDevice device, String imageHandle) { in getImagePath() method in AvrcpCoverArtStorage