Home
last modified time | relevance | path

Searched refs:systemServerApiNodes (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.kt62 val systemServerApiNodes = callGraph.callGraph.nodes.filter(::isSystemServerApi) regex
69 context, parser, systemServerApiNodes, sinkMethodNodes)
79 systemServerApiNodes: List<CallGraph.Node>,
82 for (apiNode in systemServerApiNodes) {