Home
last modified time | relevance | path

Searched refs:ARTIST_NAME (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dget_item_attributes_packet_test.cc36 builder->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST()
47 builder->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST()
67 ASSERT_FALSE(truncated_builder->AddAttributeEntry(Attribute::ARTIST_NAME, in TEST()
102 Attribute::ARTIST_NAME, in TEST()
132 {Attribute::ARTIST_NAME, "Test Artist"}, in TEST()
139 {Attribute::ARTIST_NAME, "Test Artist"}, in TEST()
Dget_element_attributes_packet_test.cc49 ASSERT_EQ(attribute_list[1], Attribute::ARTIST_NAME); in TEST()
85 builder->AddAttributeEntry(Attribute::ARTIST_NAME, "test"); in TEST()
92 builder->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST()
109 {Attribute::ARTIST_NAME, "Test Artist"}, in TEST()
116 {Attribute::ARTIST_NAME, "Test Artist"}, in TEST()
159 ASSERT_FALSE(truncated_builder->AddAttributeEntry(Attribute::ARTIST_NAME, in TEST()
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/
DMediaViewModelTest.java64 private static final CharSequence ARTIST_NAME = "test artist name"; field in MediaViewModelTest
153 when(mMetadata.getSubtitle()).thenReturn(ARTIST_NAME); in changeSourceAndMetadata_updatesModel()
171 assertEquals(content.getSubtitle(), ARTIST_NAME); in changeSourceAndMetadata_updatesModel() local
197 when(mMetadata.getSubtitle()).thenReturn(ARTIST_NAME); in changeMetadataOnly_doesNotCallPresenter()
207 assertEquals(content.getSubtitle(), ARTIST_NAME); in changeMetadataOnly_doesNotCallPresenter() local
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc155 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
354 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
523 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
640 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
711 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
732 compare_to_full->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST_F()
754 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
768 compare_to_no_art->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST_F()
785 compare_to_full->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist"); in TEST_F()
940 AttributeEntry(Attribute::ARTIST_NAME, "Test Artist"), in TEST_F()
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dget_item_attributes_res_fuzzer.cc38 builder->AddAttributeEntry(Attribute::ARTIST_NAME, s); in LLVMFuzzerTestOneInput()
Dget_element_attributes_res_packet_fuzzer.cc34 builder->AddAttributeEntry(Attribute::ARTIST_NAME, s); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DSearchRequest.java75 public static final int ARTIST_NAME = 0x02; field in SearchRequest.Types
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h89 ARTIST_NAME = 0x02, enumerator
Davrcp_logging_helper.h138 CASE_RETURN_TEXT(Attribute::ARTIST_NAME); in AttributeText()
/packages/modules/Bluetooth/system/packet/tests/
Dpacket_test_helper.h73 case Attribute::ARTIST_NAME: in to_string()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc97 …ngth()) songInfo_.attributes.emplace(avrcp::AttributeEntry(avrcp::Attribute::ARTIST_NAME, artist)); in SetMetadata()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp427 AttributeEntry(Attribute::ARTIST_NAME, std::string(value))); in getSongInfoFromJavaObj()