/packages/modules/Bluetooth/system/packet/tests/avrcp/ |
D | get_item_attributes_packet_test.cc | 36 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()
|
D | get_element_attributes_packet_test.cc | 49 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/ |
D | MediaViewModelTest.java | 64 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/ |
D | avrcp_device_test.cc | 155 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/ |
D | get_item_attributes_res_fuzzer.cc | 38 builder->AddAttributeEntry(Attribute::ARTIST_NAME, s); in LLVMFuzzerTestOneInput()
|
D | get_element_attributes_res_packet_fuzzer.cc | 34 builder->AddAttributeEntry(Attribute::ARTIST_NAME, s); in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | SearchRequest.java | 75 public static final int ARTIST_NAME = 0x02; field in SearchRequest.Types
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp_common.h | 89 ARTIST_NAME = 0x02, enumerator
|
D | avrcp_logging_helper.h | 138 CASE_RETURN_TEXT(Attribute::ARTIST_NAME); in AttributeText()
|
/packages/modules/Bluetooth/system/packet/tests/ |
D | packet_test_helper.h | 73 case Attribute::ARTIST_NAME: in to_string()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 97 …ngth()) songInfo_.attributes.emplace(avrcp::AttributeEntry(avrcp::Attribute::ARTIST_NAME, artist)); in SetMetadata()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 427 AttributeEntry(Attribute::ARTIST_NAME, std::string(value))); in getSongInfoFromJavaObj()
|