Home | History | Annotate | Download | only in tests

Lines Matching refs:String8

17 #include <utils/String8.h>
24 using android::String8;
26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName,
27 String8* outType) {
35 String8* outType) {
36 return TestParse(entry, String8(input), outType);
41 String8 type;
43 EXPECT_EQ(String8("menu"), type);
48 String8 type;
50 EXPECT_EQ(String8("anim"), type);
53 EXPECT_EQ(String8("animator"), type);