Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp183 AnnotationProcessor() : mDeprecated(false), mSystemApi(false) { } in AnnotationProcessor()
191 mSystemApi = true; in preprocessComment()
200 if (mSystemApi) { in printAnnotations()
207 bool mSystemApi; member in AnnotationProcessor