Searched refs:CallGraph (Results 1 – 1 of 1) sorted by relevance
28 import com.android.tools.lint.detector.api.interprocedural.CallGraph79 systemServerApiNodes: List<CallGraph.Node>,80 sinkMethodNodes: List<CallGraph.Node>126 node: CallGraph.Node148 node: CallGraph.Node,163 apiNode: CallGraph.Node,214 private fun CallGraph.Node.getUMethod(): UMethod? = this.target.element as? UMethod regex220 private fun CallGraph.Node.getModuleName(): String? { regex236 private fun CallGraph.Node.isArgumentInUse(argIndex: Int): Boolean { regex331 private fun hasValidPath(paths: Collection<List<CallGraph.Node>>): Boolean {[all …]