Searched refs:MetadataEditor (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 66 private MetadataEditor mMetadataEditor; 192 public void onClientMetadataUpdate(MetadataEditor metadataEditor); in onClientMetadataUpdate() 382 public MetadataEditor editMetadata() { in editMetadata() 383 MetadataEditor editor = new MetadataEditor(); in editMetadata() 396 public class MetadataEditor extends MediaMetadataEditor { class in RemoteController 400 protected MetadataEditor() { } in MetadataEditor() method in RemoteController.MetadataEditor 405 protected MetadataEditor(Bundle metadata, long editableKeys) { in MetadataEditor() method in RemoteController.MetadataEditor 657 final MetadataEditor metadataEditor; in onNewMediaMetadata() 666 mMetadataEditor = new MetadataEditor(legacyMetadata, editableKeys); in onNewMediaMetadata()
|
D | RemoteControlClient.java | 411 @Deprecated public class MetadataEditor extends MediaMetadataEditor { class in RemoteControlClient 414 private MetadataEditor() { } in MetadataEditor() method in RemoteControlClient.MetadataEditor 454 public synchronized MetadataEditor putString(int key, String value) in putString() 484 public synchronized MetadataEditor putLong(int key, long value) in putLong() 509 public synchronized MetadataEditor putBitmap(int key, Bitmap bitmap) in putBitmap() 524 public synchronized MetadataEditor putObject(int key, Object object) in putObject() 589 public MetadataEditor editMetadata(boolean startEmpty) { in editMetadata() 590 MetadataEditor editor = new MetadataEditor(); in editMetadata() 945 onUpdateMetadata(mCurrentClientGenId, MetadataEditor.RATING_KEY_BY_USER, rating);
|
D | MediaMetadataEditor.java | 49 RemoteControlClient.MetadataEditor.BITMAP_KEY_ARTWORK;
|
/frameworks/base/core/api/ |
D | current.txt | 23592 … method @Deprecated public android.media.RemoteControlClient.MetadataEditor editMetadata(boolean); 23621 …@Deprecated public class RemoteControlClient.MetadataEditor extends android.media.MediaMetadataEdi… 23624 …method @Deprecated public android.media.RemoteControlClient.MetadataEditor putBitmap(int, android.… 23625 …method @Deprecated public android.media.RemoteControlClient.MetadataEditor putLong(int, long) thro… 23626 …method @Deprecated public android.media.RemoteControlClient.MetadataEditor putObject(int, Object) … 23627 …method @Deprecated public android.media.RemoteControlClient.MetadataEditor putString(int, String) … 23647 method @Deprecated public android.media.RemoteController.MetadataEditor editMetadata(); 23657 …@Deprecated public class RemoteController.MetadataEditor extends android.media.MediaMetadataEditor… 23663 …thod @Deprecated public void onClientMetadataUpdate(android.media.RemoteController.MetadataEditor);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 15534 method public android.media.RemoteControlClient.MetadataEditor editMetadata(boolean); 15563 …public deprecated class RemoteControlClient.MetadataEditor extends android.media.MediaMetadataEdit… 15584 method public android.media.RemoteController.MetadataEditor editMetadata(); 15594 public class RemoteController.MetadataEditor extends android.media.MediaMetadataEditor { 15600 … method public abstract void onClientMetadataUpdate(android.media.RemoteController.MetadataEditor);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 32305 Landroid/media/RemoteControlClient$MetadataEditor;->METADATA_KEY_ARTWORK:I 32361 Landroid/media/RemoteController$MetadataEditor;->cleanupBitmapFromBundle(I)V 32378 Landroid/media/RemoteController;->mMetadataEditor:Landroid/media/RemoteController$MetadataEditor;
|