Home
last modified time | relevance | path

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

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