Home
last modified time | relevance | path

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

/tools/apifinder/checks/src/main/java/com/android/apifinder/
DApiFinderDetector.kt74 val methodCall = "$className.$methodName($parameterNames)" in getApplicableUastTypes() constant
76 val message = "ModuleMethod:" + methodCall in getApplicableUastTypes()
79 val message = "Method:" + methodCall in getApplicableUastTypes()