Lines Matching refs:metadataKey
459 String metadataKey = MediaMetadata.getKeyFromMetadataEditorKey(key); in putString() local
461 if (metadataKey != null) { in putString()
462 mMetadataBuilder.putText(metadataKey, value); in putString()
489 String metadataKey = MediaMetadata.getKeyFromMetadataEditorKey(key); in putLong() local
491 if (metadataKey != null) { in putLong()
492 mMetadataBuilder.putLong(metadataKey, value); in putLong()
514 String metadataKey = MediaMetadata.getKeyFromMetadataEditorKey(key); in putBitmap() local
516 if (metadataKey != null) { in putBitmap()
517 mMetadataBuilder.putBitmap(metadataKey, bitmap); in putBitmap()
530 String metadataKey = MediaMetadata.getKeyFromMetadataEditorKey(key); in putObject() local
531 if (metadataKey != null) { in putObject()
532 mMetadataBuilder.putRating(metadataKey, (Rating) object); in putObject()