Searched refs:IsAttributeReference (Results 1 – 3 of 3) sorted by relevance
120 EXPECT_TRUE(ResourceUtils::IsAttributeReference("?android")); in TEST()121 EXPECT_TRUE(ResourceUtils::IsAttributeReference("?android:foo")); in TEST()122 EXPECT_TRUE(ResourceUtils::IsAttributeReference("?attr/foo")); in TEST()123 EXPECT_TRUE(ResourceUtils::IsAttributeReference("?android:attr/foo")); in TEST()127 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?style/foo")); in TEST()128 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?android:style/foo")); in TEST()129 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?android:")); in TEST()130 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?android:attr/")); in TEST()131 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?:attr/")); in TEST()132 EXPECT_FALSE(ResourceUtils::IsAttributeReference("?:attr/foo")); in TEST()[all …]
73 bool IsAttributeReference(const android::StringPiece& str);
242 bool IsAttributeReference(const StringPiece& str) { in IsAttributeReference() function