Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp171 AnnotationProcessor() : mDeprecated(false), mSystemApi(false) { } in AnnotationProcessor()
179 mSystemApi = true; in preprocessComment()
188 if (mSystemApi) { in printAnnotations()
195 bool mSystemApi; member in AnnotationProcessor