Home
last modified time | relevance | path

Searched refs:GENRE (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_element_attributes_packet_test.cc54 ASSERT_EQ(attribute_list[6], Attribute::GENRE); in TEST()
96 builder->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST()
113 {Attribute::GENRE, "Test Genre"}, in TEST()
120 {Attribute::GENRE, "Test Genre"}, in TEST()
Dget_item_attributes_packet_test.cc106 Attribute::GENRE, in TEST()
136 {Attribute::GENRE, "Test Genre"}, in TEST()
143 {Attribute::GENRE, "Test Genre"}, in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc159 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
358 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
527 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
644 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
715 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
736 compare_to_full->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
758 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
772 compare_to_no_art->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
789 compare_to_full->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
944 AttributeEntry(Attribute::GENRE, "Test Genre"), in TEST_F()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DSearchRequest.java80 public static final int GENRE = 0x07; field in SearchRequest.Types
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_element_attributes_res_packet_fuzzer.cc38 builder->AddAttributeEntry(Attribute::GENRE, s); in LLVMFuzzerTestOneInput()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DDatabaseHelperTest.java93 values.put(AudioColumns.GENRE, "Rock"); in testFilterVolumeNames()
106 values.put(AudioColumns.GENRE, "Alternative rock"); in testFilterVolumeNames()
119 values.put(AudioColumns.GENRE, "Rock"); in testFilterVolumeNames()
175 values.put(AudioColumns.GENRE, "Rock"); in testArtistsAndAlbumsIncludeOnlyMusic()
188 values.put(AudioColumns.GENRE, "Podcast"); in testArtistsAndAlbumsIncludeOnlyMusic()
201 values.put(AudioColumns.GENRE, "Podcast 2"); in testArtistsAndAlbumsIncludeOnlyMusic()
DMediaProviderTest.java1348 valuesOne.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1358 valuesTwo.put(AudioColumns.GENRE, "Alternative rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1376 valuesThree.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1386 valuesFour.put(AudioColumns.GENRE, "Alternative rock"); in testComputeAudioKeyValues_167339595_differentAlbumIds()
1406 valuesOne.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1415 valuesTwo.put(AudioColumns.GENRE, "Alternative rock"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1434 valuesThree.put(AudioColumns.GENRE, "Rock"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1445 valuesFour.put(AudioColumns.GENRE, "Alternative rock"); in testComputeAudioKeyValues_167339595_sameAlbumId()
1485 values.put(MediaStore.Audio.Media.GENRE, genre); in testQueryAudioViewsNoItemWithColumn()
/packages/providers/MediaProvider/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt25 Landroid/provider/MediaStore$Audio$AudioColumns;->GENRE:Ljava/lang/String;
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h93 GENRE = 0x06, enumerator
Davrcp_logging_helper.h142 CASE_RETURN_TEXT(Attribute::GENRE); in AttributeText()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h81 case Attribute::GENRE: in to_string()
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java1098 op.withValue(MediaColumns.GENRE, null); in withGenericValues()
1135 withOptionalValue(op, MediaColumns.GENRE, in withRetrieverValues()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java1979 public static final String GENRE = "genre"; field
3373 public static final String GENRE = "genre"; field
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt250 field public static final String GENRE = "genre";
450 field public static final String GENRE = "genre";
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp463 AttributeEntry(Attribute::GENRE, std::string(value))); in getSongInfoFromJavaObj()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2632 computeAudioKeyValue(values, AudioColumns.GENRE, AudioColumns.GENRE_KEY, in computeAudioKeyValues()