Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp175 AnnotationProcessor() : mDeprecated(false), mSystemApi(false) { } in AnnotationProcessor()
183 mSystemApi = true; in preprocessComment()
192 if (mSystemApi) { in printAnnotations()
199 bool mSystemApi; member in AnnotationProcessor