Searched defs:MetadataEditor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java378 * instance of the MetadataEditor.
380 public class MetadataEditor { class in class:RemoteControlClient
399 // only use RemoteControlClient.editMetadata() to get a MetadataEditor instance
400 private MetadataEditor() { } method in class:RemoteControlClient.MetadataEditor
436 * @return Returns a reference to the same MetadataEditor object, so you can chain put
439 public synchronized MetadataEditor putString(int key, String value)
442 Log.e(TAG, "Can't edit a previously applied MetadataEditor");
464 * @return Returns a reference to the same MetadataEditor object, so you can chain put
468 public synchronized MetadataEditor putLong(int key, long value)
471 Log.e(TAG, "Can't edit a previously applied MetadataEditor");
[all...]

Completed in 659 milliseconds