Searched refs:SOURCE_URI (Results 1 – 3 of 3) sorted by relevance
239 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()
49 private static final String SOURCE_URI = "sourceUri"; field in ProcessingService147 processIntent.putExtra(ProcessingService.SOURCE_URI, in getSaveIntent()196 String source = intent.getStringExtra(SOURCE_URI); in onStartCommand()
41 public static int SOURCE_URI = 1; field in Image156 setSource(SOURCE_URI); in setImage()