Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorageTest.java79 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice1); in tearDown()
80 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice2); in tearDown()
283 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice1); in removeAllImagesForDevice_onlyOneDeviceImagesGone()
295 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice2); in removeAllImagesForDeviceDne_nothingHappens()
306 mAvrcpCoverArtStorage.removeImagesForDevice(null); in removeAllImagesForNullDevice_nothingHappens()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java145 public void removeImagesForDevice(BluetoothDevice device) { in removeImagesForDevice() method in AvrcpCoverArtStorage
DAvrcpCoverArtManager.java182 mCoverArtStorage.removeImagesForDevice(device); in disconnect()