Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtStorageTest.java81 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/
DAvrcpCoverArtService.java148 public String storeImage(Image image) { in storeImage() method in AvrcpCoverArtService
151 return mStorage.storeImage(new CoverArt(image)); in storeImage()
DAvrcpTargetService.java370 String imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getCurrentSongInfo()
402 imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getNowPlayingList()
411 imageHandle = mAvrcpCoverArtService.storeImage(currentTrack.image); in getNowPlayingList()
DAvrcpCoverArtStorage.java67 public String storeImage(CoverArt coverArt) { in storeImage() method in AvrcpCoverArtStorage
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1931 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/
DCamera.java935 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
DVideoCamera.java2404 storeImage(jpegData, mLocation); in onPictureTaken()
2408 private void storeImage(final byte[] data, Location loc) { in storeImage() method in VideoCamera