Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/filters/
DAnnotationBasedFilter.kt97 private val reasonAnnotation = "annotation" in <lambda>() constant
172 return FilterPolicy.Stub.withReason(reasonAnnotation) in <lambda>()
178 return FilterPolicy.Keep.withReason(reasonAnnotation) in <lambda>()
184 return FilterPolicy.Throw.withReason(reasonAnnotation) in <lambda>()
187 return FilterPolicy.Remove.withReason(reasonAnnotation) in <lambda>()
245 return FilterPolicy.Keep.withReason(reasonAnnotation) in <lambda>()