Home
last modified time | relevance | path

Searched refs:SkipSymbol (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/java/
DJavaClassGenerator.h85 bool SkipSymbol(Visibility::Level state);
86 bool SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol);
DJavaClassGenerator.cpp194 bool JavaClassGenerator::SkipSymbol(Visibility::Level level) { in SkipSymbol() function in aapt::JavaClassGenerator
207 bool JavaClassGenerator::SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol) { in SkipSymbol() function in aapt::JavaClassGenerator
308 return SkipSymbol(entry.symbol) || attr_comment_line.contains("@removed") in ProcessStyleable()
367 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()
499 if (SkipSymbol(entry.visibility.level)) { in UnmangleResource()