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

  /frameworks/base/media/java/android/media/
MediaMetadataEditor.java 31 public abstract class MediaMetadataEditor {
33 private final static String TAG = "MediaMetadataEditor";
37 protected MediaMetadataEditor() {
73 * Applies all of the metadata changes that have been set since the MediaMetadataEditor instance
112 * Clears all the pending metadata changes set since the MediaMetadataEditor instance was
119 Log.e(TAG, "Can't clear a previously applied MediaMetadataEditor");
180 * will be available to consumers of metadata stored by the MediaMetadataEditor.
194 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
197 public synchronized MediaMetadataEditor putString(int key, String value)
200 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
    [all...]
RemoteController.java 27 import android.media.MediaMetadataEditor;
185 * See the {@link MediaMetadataEditor#putLong(int, long)},
186 * {@link MediaMetadataEditor#putString(int, String)},
187 * {@link MediaMetadataEditor#putBitmap(int, Bitmap)}, and
188 * {@link MediaMetadataEditor#putObject(int, Object)} methods for the various keys that
441 public class MetadataEditor extends MediaMetadataEditor {
455 String.valueOf(MediaMetadataEditor.BITMAP_KEY_ARTWORK));
457 cleanupBitmapFromBundle(MediaMetadataEditor.BITMAP_KEY_ARTWORK);
472 * Applies all of the metadata changes that have been set since the MediaMetadataEditor
489 String.valueOf(MediaMetadataEditor.RATING_KEY_BY_USER)))
    [all...]
RemoteControlClient.java 301 * (by calling {@link MediaMetadataEditor#addEditableKey(int)} with the
302 * {@link MediaMetadataEditor#RATING_KEY_BY_USER} key), it will enable the user to rate
397 public class MetadataEditor extends MediaMetadataEditor {
488 * (use {@link MediaMetadataEditor#removeEditableKeys()} instead).
    [all...]
MediaFocusControl.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 29 import android.media.MediaMetadataEditor;
455 mMetadata.bitmap = data.getBitmap(MediaMetadataEditor.BITMAP_KEY_ARTWORK,
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 292 milliseconds