Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DPackageVisibilityDetector.kt83 val apiMethod = apiNode.getUMethod() ?: continue regex
84 val pkgNameParamIndexes = apiMethod.uastParameters.mapIndexedNotNull { index, param ->
110 val reportElement = apiMethod.uastParameters[pkgNameParamIndex] as UElement
115 getMsgPackageNameNoPackageVisibilityFilters(apiMethod, pkgNameParamIndex)