Searched refs:dependency (Results 1 – 5 of 5) sorted by relevance
182 private MethodDependency(MethodNode node, SignaturesCollection dependency) { in MethodDependency() argument184 mDependency = dependency; in MethodDependency()208 private void setAggregatedDependency(SignaturesCollection dependency) { in setAggregatedDependency() argument209 this.mAggregated = dependency; in setAggregatedDependency()213 SignaturesCollection dependency) { in addMethodDependency() argument217 list.add(new MethodDependency(node, dependency)); in addMethodDependency()
230 // TODO(b/172480617): Fix this source dependency from257 // TODO(b/172480617): Fix this source dependency from
970 // Separate @FlaggedApi annotations for luni/ to avoid a circular dependency between
43 // A phony module must have at least one dependency.
1515 public static final int dependency = 0; field in R