Searched refs:asym (Results 1 – 1 of 1) sorted by relevance
2242 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); in getAttributeComment() local2243 if (asym != NULL) { in getAttributeComment()2245 asym = asym->getNestedSymbols().valueFor(String8("attr")); in getAttributeComment()2246 if (asym != NULL) { in getAttributeComment()2250 *outTypeComment = asym->getTypeComment(name); in getAttributeComment()2252 return asym->getComment(name); in getAttributeComment()