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

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 132 * this instance of the MetadataEditor.
152 "should not be given a null MetadataEditor");
191 * @return Returns a reference to the same MetadataEditor object, so you can chain put
210 * @return Returns a reference to the same MetadataEditor object, so you can chain put
237 * @return Returns a reference to the same MetadataEditor object, so you can chain put
253 * Clears all the metadata that has been set since the MetadataEditor instance was
267 * Associates all the metadata that has been set since the MetadataEditor instance was
270 * MetadataEditor cannot be reused to edit the RemoteControlClient's metadata.
284 * Creates a {@link android.media.RemoteControlClient.MetadataEditor}.
285 * @param startEmpty Set to false if you want the MetadataEditor to contain the metadata tha
    [all...]
  /frameworks/base/media/java/android/media/
RemoteController.java 74 private MetadataEditor mMetadataEditor;
205 * @param metadataEditor the container of the new metadata.
207 public void onClientMetadataUpdate(MetadataEditor metadataEditor);
463 * Creates a {@link MetadataEditor} for updating metadata values of the editable keys of
466 * @return a new MetadataEditor instance.
468 public MetadataEditor editMetadata() {
469 MetadataEditor editor = new MetadataEditor();
482 public class MetadataEditor extends MediaMetadataEditor
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 33 import android.media.RemoteController.MetadataEditor;
248 public void onClientMetadataUpdate(MetadataEditor metadataEditor) {
251 handler.obtainMessage(MSG_SET_METADATA, 0, 0, metadataEditor).sendToTarget();
270 updateMetadata((MetadataEditor) msg.obj);
550 private void updateMetadata(MetadataEditor data) {
    [all...]

Completed in 291 milliseconds