Home
last modified time | relevance | path

Searched refs:CallGraph (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.kt28 import com.android.tools.lint.detector.api.interprocedural.CallGraph
79 systemServerApiNodes: List<CallGraph.Node>,
80 sinkMethodNodes: List<CallGraph.Node>
126 node: CallGraph.Node
148 node: CallGraph.Node,
163 apiNode: CallGraph.Node,
214 private fun CallGraph.Node.getUMethod(): UMethod? = this.target.element as? UMethod regex
220 private fun CallGraph.Node.getModuleName(): String? { regex
236 private fun CallGraph.Node.isArgumentInUse(argIndex: Int): Boolean { regex
331 private fun hasValidPath(paths: Collection<List<CallGraph.Node>>): Boolean {
[all …]