Searched refs:oneVendorTag (Results 1 – 1 of 1) sorted by relevance
1137 TypeParam oneVendorTag = {{"", "VX_GOOGLE_VR", "random_string"}}; in TYPED_TEST() local1138 TypeParam oneVendorTagOnly = HidlUtils::filterOutNonVendorTags(oneVendorTag); in TYPED_TEST()1140 EXPECT_EQ(oneVendorTag[1], oneVendorTagOnly[0]); in TYPED_TEST()