Searched defs:compare_to_full (Results 1 - 1 of 1) sorted by relevance

/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc322 auto compare_to_full = local
324 compare_to_full->AddAttributeEntry(Attribute::TITLE, "Test Song");
325 compare_to_full->AddAttributeEntry(Attribute::ARTIST_NAME, "Test Artist");
326 compare_to_full->AddAttributeEntry(Attribute::ALBUM_NAME, "Test Album");
327 compare_to_full->AddAttributeEntry(Attribute::TRACK_NUMBER, "1");
328 compare_to_full->AddAttributeEntry(Attribute::TOTAL_NUMBER_OF_TRACKS, "2");
329 compare_to_full->AddAttributeEntry(Attribute::GENRE, "Test Genre");
330 compare_to_full->AddAttributeEntry(Attribute::PLAYING_TIME, "1000");
332 Call(3, false, matchPacket(std::move(compare_to_full))))
665 auto compare_to_full local
1016 auto compare_to_full = GetItemAttributesResponseBuilder::MakeBuilder( local
[all...]

Completed in 65 milliseconds