Searched refs:AvailableFor (Results 1 – 7 of 7) sorted by relevance
237 AvailableFor(what string) bool methodSpec427 return m.ApexProperties.AnyVariantDirectlyInAnyApex || !m.AvailableFor(AvailableToPlatform)502 func (m *ApexModuleBase) AvailableFor(what string) bool { func674 if platformVariation && !ctx.Host() && !module.AvailableFor(AvailableToPlatform) {
618 return am.AvailableFor(android.AvailableToPlatform)1254 availableToPlatform := am.AvailableFor(android.AvailableToPlatform)2808 if to.AvailableFor(apexName) || baselineApexAvailable(apexName, toName) {
344 if !m.AvailableFor(apex) {
80 } else if !library.ApexModuleBase.AvailableFor(android.AvailableToPlatform) {
779 func (j *Module) AvailableFor(what string) bool { func786 return j.ApexModuleBase.AvailableFor(what)
3258 func (module *sdkLibraryXml) AvailableFor(what string) bool { func
3736 func (c *Module) AvailableFor(what string) bool { func3740 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)3742 return c.ApexModuleBase.AvailableFor(what)