Home
last modified time | relevance | path

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

/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
DPackageVisibilityDetector.kt62 val systemServerApiNodes = callGraph.callGraph.nodes.filter(::isSystemServerApi) in <lambda>() constant
69 context, parser, systemServerApiNodes, sinkMethodNodes) in <lambda>()
79 systemServerApiNodes: List<CallGraph.Node>, in <lambda>()
82 for (apiNode in systemServerApiNodes) { in <lambda>()