OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GENRE
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
MediaStoreAudioTestHelper.java
103
public static final String
GENRE
= "POP";
MediaStore_Audio_Genres_MembersTest.java
113
values.put(Genres.NAME, Audio1.
GENRE
);
122
// verify that the Uri has the correct format and
genre
value
126
// insert audio as the member of the
genre
201
// The song should appear only once, for the
genre
we used when inserting it
220
// create another
genre
222
values.put(Genres.NAME, Audio1.
GENRE
+ "-2");
229
// insert the song into the second
genre
240
// This time the song should appear twice, once for each
genre
249
fail("wrong
genre
found");
257
// Delete the members, note that this does not delete the
genre
itsel
[
all
...]
Completed in 182 milliseconds