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
307 if (SkipSymbol(entry.symbol)) { in ProcessStyleable()
369 if (SkipSymbol(styleable_attr.symbol)) { in ProcessStyleable()
501 if (SkipSymbol(entry.visibility.level)) { in UnmangleResource()