OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
66
private
MetadataEditor
mMetadataEditor;
189
* @param
metadataEditor
the container of the new metadata.
191
public void onClientMetadataUpdate(
MetadataEditor
metadataEditor
);
375
* Creates a {@link
MetadataEditor
} for updating metadata values of the editable keys of
378
* @return a new
MetadataEditor
instance.
380
public
MetadataEditor
editMetadata() {
381
MetadataEditor
editor = new
MetadataEditor
();
394
public class
MetadataEditor
extends MediaMetadataEditor
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
RemoteControllerTest.java
67
public void onClientMetadataUpdate(RemoteController.
MetadataEditor
metadataEditor
) {}
Completed in 3718 milliseconds