Searched refs:storeImage (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
D | AvrcpCoverArtStorageTest.java | 81 String handle = mAvrcpCoverArtStorage.storeImage(artwork); in testStoreImage() 92 String handle = mAvrcpCoverArtStorage.storeImage(artwork); in testStoreImageThatIsAlreadyStored() 94 assertThat(mAvrcpCoverArtStorage.storeImage(artwork)).isEqualTo(handle); in testStoreImageThatIsAlreadyStored() 104 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreSecondImage() 105 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreSecondImage() 127 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreThirdImageWithLruAsFirstImage() 128 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreThirdImageWithLruAsFirstImage() 129 String handle_orange = mAvrcpCoverArtStorage.storeImage(artwork_orange); in testStoreThirdImageWithLruAsFirstImage() 159 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreThirdImageWithLruAsSecondImage() 160 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreThirdImageWithLruAsSecondImage() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpCoverArtService.java | 148 public String storeImage(Image image) { in storeImage() method in AvrcpCoverArtService 151 return mStorage.storeImage(new CoverArt(image)); in storeImage()
|
D | AvrcpTargetService.java | 370 String imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getCurrentSongInfo() 402 imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getNowPlayingList() 411 imageHandle = mAvrcpCoverArtService.storeImage(currentTrack.image); in getNowPlayingList()
|
D | AvrcpCoverArtStorage.java | 67 public String storeImage(CoverArt coverArt) { in storeImage() method in AvrcpCoverArtStorage
|
/packages/apps/Camera2/src/com/android/camera/ |
D | VideoModule.java | 1931 storeImage(jpegData, mLocation); in onPictureTaken() 1935 private void storeImage(final byte[] data, Location loc) { in storeImage() method in VideoModule
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Camera.java | 935 storeImage(r.data, r.loc, r.width, r.height, r.dateTaken, in run() 991 private void storeImage(final byte[] data, Location loc, int width, in storeImage() method in Camera.ImageSaver
|
D | VideoCamera.java | 2404 storeImage(jpegData, mLocation); in onPictureTaken() 2408 private void storeImage(final byte[] data, Location loc) { in storeImage() method in VideoCamera
|