Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionDetector.kt71 private fun annotationValueGetChildren(elem: PsiElement): Array<PsiElement> { in getApplicableUastTypes() method
104 val children1 = annotationValueGetChildren(value1) in areAnnotationsEquivalent()
105 val children2 = annotationValueGetChildren(value2) in areAnnotationsEquivalent()