Searched refs:doesImageExist (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpCoverArtStorageTest.java | 100 Assert.assertFalse(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addNewImage_imageExists() 105 Assert.assertTrue(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addNewImage_imageExists() 111 Assert.assertFalse(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addExistingImage_imageUpdated() 114 Assert.assertTrue(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addExistingImage_imageUpdated() 119 Assert.assertTrue(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addExistingImage_imageUpdated() 128 Assert.assertFalse(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addTwoImageSameDevice_bothExist() 129 Assert.assertFalse(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle2)); in addTwoImageSameDevice_bothExist() 134 Assert.assertTrue(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addTwoImageSameDevice_bothExist() 137 Assert.assertTrue(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle2)); in addTwoImageSameDevice_bothExist() 145 Assert.assertFalse(mAvrcpCoverArtStorage.doesImageExist(mDevice1, mHandle1)); in addTwoImageDifferentDevices_bothExist() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpCoverArtManager.java | 262 if (mCoverArtStorage.doesImageExist(device, imageUuid)) { in getImageUri() 292 if (mCoverArtStorage.doesImageExist(device, imageUuid)) { in downloadImage()
|
D | AvrcpCoverArtStorage.java | 52 public boolean doesImageExist(BluetoothDevice device, String imageHandle) { in doesImageExist() method in AvrcpCoverArtStorage
|