Searched refs:addDependency (Results 1 – 8 of 8) sorted by relevance
97 addDependency(this.token, other.token) in shortUnmetString()99 addDependency(this.token, other.token) in shortUnmetString()101 addDependency(this.token, other.token) in shortUnmetString()103 addDependency(this, other.token) in shortUnmetString()104 protected infix fun FlagToken.dependsOn(other: ReleasedFlag) = addDependency(this, other.token) in shortUnmetString()105 protected infix fun FlagToken.dependsOn(other: FlagToken) = addDependency(this, other) in shortUnmetString()113 private fun addDependency(first: FlagToken, second: FlagToken) { in shortUnmetString() method
117 libB.addDependency(libA); in testDependentLibs()138 libB.addDependency(libA); in testDependentLibsWrongOrder()
290 public void addDependency(@Nullable SharedLibraryInfo info) { in addDependency() method in SharedLibraryInfo
368 otherSharedLibrary.addDependency(sharedLibrary); in testSharedLibraryContext()
526 applyDefiningSharedLibraryUpdateLPr(pkg, libInfo, SharedLibraryInfo::addDependency);
2167 .addDependency(dependency); in PackageManagerService()
4698 HSPLandroid/content/pm/SharedLibraryInfo;->addDependency(Landroid/content/pm/SharedLibraryInfo;)V
4701 HSPLandroid/content/pm/SharedLibraryInfo;->addDependency(Landroid/content/pm/SharedLibraryInfo;)V