Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtStorageTest.java70 String handle = mAvrcpCoverArtStorage.storeImage(artwork); in testStoreImage()
79 String handle = mAvrcpCoverArtStorage.storeImage(artwork); in testStoreImageThatIsAlreadyStored()
81 assertThat(mAvrcpCoverArtStorage.storeImage(artwork)).isEqualTo(handle); in testStoreImageThatIsAlreadyStored()
89 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreSecondImage()
90 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreSecondImage()
112 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreThirdImageWithLruAsFirstImage()
113 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreThirdImageWithLruAsFirstImage()
114 String handle_orange = mAvrcpCoverArtStorage.storeImage(artwork_orange); in testStoreThirdImageWithLruAsFirstImage()
144 String handle_green = mAvrcpCoverArtStorage.storeImage(artwork_green); in testStoreThirdImageWithLruAsSecondImage()
145 String handle_blue = mAvrcpCoverArtStorage.storeImage(artwork_blue); in testStoreThirdImageWithLruAsSecondImage()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpCoverArtService.java146 public String storeImage(Image image) { in storeImage() method in AvrcpCoverArtService
149 return mStorage.storeImage(new CoverArt(image)); in storeImage()
DAvrcpTargetService.java403 String imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getCurrentSongInfo()
444 imageHandle = mAvrcpCoverArtService.storeImage(metadata.image); in getNowPlayingList()
453 imageHandle = mAvrcpCoverArtService.storeImage(currentTrack.image); in getNowPlayingList()
DAvrcpCoverArtStorage.java58 public String storeImage(CoverArt coverArt) { in storeImage() method in AvrcpCoverArtStorage
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DScreenshotUtils.java114 storeImage(fullImage, getScreenshotFilename()); in takeScreenshot()
214 private static void storeImage(@NonNull Bitmap image, String fileName) { in storeImage() method in ScreenshotUtils
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java1932 storeImage(jpegData, mLocation); in onPictureTaken()
1936 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.java2405 storeImage(jpegData, mLocation); in onPictureTaken()
2409 private void storeImage(final byte[] data, Location loc) { in storeImage() method in VideoCamera