Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/java/
H A DClassDefinition.h63 : name_(name), val_(val), staged_api_(staged_api) {
85 if (staged_api_) {
90 if (staged_api_) {
100 bool staged_api_; variable