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 68 private MetadataEditor mMetadataEditor;
190 * @param metadataEditor the container of the new metadata.
192 public void onClientMetadataUpdate(MetadataEditor metadataEditor);
421 * Creates a {@link MetadataEditor} for updating metadata values of the editable keys of
424 * @return a new MetadataEditor instance.
426 public MetadataEditor editMetadata() {
427 MetadataEditor editor = new MetadataEditor();
441 public class MetadataEditor extends MediaMetadataEditor
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 99 private RemoteController.MetadataEditor mPopulateMetadataWhenAttached = null;
139 public void onClientMetadataUpdate(RemoteController.MetadataEditor metadataEditor) {
140 updateMetadata(metadataEditor);
446 void updateMetadata(RemoteController.MetadataEditor data) {

Completed in 351 milliseconds