Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorageTest.java72 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice1); in tearDown()
73 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice2); in tearDown()
275 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice1); in removeAllImagesForDevice_onlyOneDeviceImagesGone()
287 mAvrcpCoverArtStorage.removeImagesForDevice(mDevice2); in removeAllImagesForDeviceDne_nothingHappens()
298 mAvrcpCoverArtStorage.removeImagesForDevice(null); in removeAllImagesForNullDevice_nothingHappens()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorage.java134 public void removeImagesForDevice(BluetoothDevice device) { in removeImagesForDevice() method in AvrcpCoverArtStorage
DAvrcpCoverArtManager.java197 mCoverArtStorage.removeImagesForDevice(device); in disconnect()