Searched refs:AvailableFor (Results 1 – 6 of 6) sorted by relevance
103 AvailableFor(what string) bool methodSpec228 func (m *ApexModuleBase) AvailableFor(what string) bool { func295 if platformVariation && !mctx.Host() && !mod.(ApexModule).AvailableFor(AvailableToPlatform) {
735 availableToPlatform := am.AvailableFor(android.AvailableToPlatform)1232 return am.AvailableFor(android.AvailableToPlatform)1876 if to.AvailableFor(apexName) || baselineApexAvailable(apexName, toName) {
69 if !library.ApexModuleBase.AvailableFor(android.AvailableToPlatform) {
712 func (j *Module) AvailableFor(what string) bool { func719 return j.ApexModuleBase.AvailableFor(what)
2075 func (module *sdkLibraryXml) AvailableFor(what string) bool { func
2818 func (c *Module) AvailableFor(what string) bool { func2822 return c.ApexModuleBase.AvailableFor(what) || linker.availableFor(what)2824 return c.ApexModuleBase.AvailableFor(what)