Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
DImageTest.java239 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithArtUri()
253 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithAlbumArtUri()
268 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaMetadataWithDisplayIconUri()
306 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromMediaDescriptionWithUri()
369 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromBundleWithArtUri()
382 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromBundleWithAlbumArtUri()
396 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromBundleWithDisplayIconUri()
419 assertThat(artwork.getSource()).isEqualTo(Image.SOURCE_URI); in testCreateImageFromUri()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingService.java49 private static final String SOURCE_URI = "sourceUri"; field in ProcessingService
147 processIntent.putExtra(ProcessingService.SOURCE_URI, in getSaveIntent()
196 String source = intent.getStringExtra(SOURCE_URI); in onStartCommand()
/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/helpers/
DImage.java41 public static int SOURCE_URI = 1; field in Image
156 setSource(SOURCE_URI); in setImage()