Home
last modified time | relevance | path

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

/aosp12/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc669 auto compare_to_no_art = in TEST_F() local
671 compare_to_no_art->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST_F()
674 compare_to_no_art->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST_F()
676 compare_to_no_art->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
677 compare_to_no_art->AddAttributeEntry(Attribute::PLAYING_TIME, "1000"); in TEST_F()
679 Call(3, false, matchPacket(std::move(compare_to_no_art)))) in TEST_F()
1139 auto compare_to_no_art = in TEST_F() local
1141 compare_to_no_art->AddAttributeEntry(Attribute::TITLE, "Test Song"); in TEST_F()
1144 compare_to_no_art->AddAttributeEntry(Attribute::TRACK_NUMBER, "1"); in TEST_F()
1146 compare_to_no_art->AddAttributeEntry(Attribute::GENRE, "Test Genre"); in TEST_F()
[all …]