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