Searched refs:DirectlyInApex (Results 1 – 2 of 2) sorted by relevance
733 func (ac *ApexContents) DirectlyInApex(moduleName string) bool { func746 if !contents.DirectlyInApex(moduleName) {
1850 if !abInfo.Contents.DirectlyInApex(depName) && (cc.IsStubs() || cc.HasStubsVariants()) {2297 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)