Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java96 String deviceDirectoryPath = getDevicePath(device); in addImage() local
97 if (deviceDirectoryPath == null) { in addImage()
101 File deviceDirectory = new File(deviceDirectoryPath); in addImage()
148 String deviceDirectoryPath = getDevicePath(device); in removeImagesForDevice() local
149 if (deviceDirectoryPath == null) { in removeImagesForDevice()
153 File deviceDirectory = new File(deviceDirectoryPath); in removeImagesForDevice()