Home
last modified time | relevance | path

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

/system/bt/types/test/
Draw_address_unittest.cc46 RawAddress not_empty; in TEST() local
47 RawAddress::FromString("00:00:00:00:00:01", not_empty); in TEST()
48 ASSERT_FALSE(not_empty.IsEmpty()); in TEST()
/system/bt/gd/hci/
Daddress_unittest.cc51 Address not_empty; in TEST() local
52 Address::FromString("00:00:00:00:00:01", not_empty); in TEST()
53 ASSERT_FALSE(not_empty.IsEmpty()); in TEST()