HomeSort by relevance Sort by last modified time
    Searched defs:MediaMetadataEditor (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/
MediaMetadataEditor.java 33 @Deprecated public abstract class MediaMetadataEditor {
35 private final static String TAG = "MediaMetadataEditor";
39 protected MediaMetadataEditor() {
75 * Applies all of the metadata changes that have been set since the MediaMetadataEditor instance
118 * Clears all the pending metadata changes set since the MediaMetadataEditor instance was
125 Log.e(TAG, "Can't clear a previously applied MediaMetadataEditor");
187 * will be available to consumers of metadata stored by the MediaMetadataEditor.
201 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
204 public synchronized MediaMetadataEditor putString(int key, String value)
207 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
    [all...]