/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | get_element_attributes_packet_test.cc | 54 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()
|
D | get_item_attributes_packet_test.cc | 106 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/ |
D | avrcp_device_test.cc | 159 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/ |
D | SearchRequest.java | 80 public static final int GENRE = 0x07; field in SearchRequest.Types
|
/packages/modules/Bluetooth/system/packet/tests/fuzzers/ |
D | get_element_attributes_res_packet_fuzzer.cc | 38 builder->AddAttributeEntry(Attribute::GENRE, s); in LLVMFuzzerTestOneInput()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | DatabaseHelperTest.java | 93 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()
|
D | MediaProviderTest.java | 1348 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 25 Landroid/provider/MediaStore$Audio$AudioColumns;->GENRE:Ljava/lang/String;
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 93 GENRE = 0x06, enumerator
|
D | avrcp_logging_helper.h | 142 CASE_RETURN_TEXT(Attribute::GENRE); in AttributeText()
|
/packages/modules/Bluetooth/system/packet/tests/ |
D | packet_test_helper.h | 81 case Attribute::GENRE: in to_string()
|
/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
D | ModernMediaScanner.java | 1098 op.withValue(MediaColumns.GENRE, null); in withGenericValues() 1135 withOptionalValue(op, MediaColumns.GENRE, in withRetrieverValues()
|
/packages/providers/MediaProvider/apex/framework/java/android/provider/ |
D | MediaStore.java | 1979 public static final String GENRE = "genre"; field 3373 public static final String GENRE = "genre"; field
|
/packages/providers/MediaProvider/apex/framework/api/ |
D | current.txt | 250 field public static final String GENRE = "genre"; 450 field public static final String GENRE = "genre";
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 463 AttributeEntry(Attribute::GENRE, std::string(value))); in getSongInfoFromJavaObj()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2632 computeAudioKeyValue(values, AudioColumns.GENRE, AudioColumns.GENRE_KEY, in computeAudioKeyValues()
|