Lines Matching refs:ApexModuleBase
66 apexModuleBase() *ApexModuleBase
159 type ApexModuleBase struct { struct
168 func (m *ApexModuleBase) apexModuleBase() *ApexModuleBase { argument
172 func (m *ApexModuleBase) ApexAvailable() []string { argument
176 func (m *ApexModuleBase) TestFor() []string { argument
181 func (m *ApexModuleBase) BuildForApex(apex ApexInfo) { argument
192 func (m *ApexModuleBase) ApexVariations() []ApexInfo { argument
196 func (m *ApexModuleBase) ApexName() string { argument
200 func (m *ApexModuleBase) IsForPlatform() bool { argument
204 func (m *ApexModuleBase) CanHaveApexVariants() bool { argument
208 func (m *ApexModuleBase) IsInstallableToApex() bool { argument
228 func (m *ApexModuleBase) AvailableFor(what string) bool { argument
232 func (m *ApexModuleBase) NotAvailableForPlatform() bool { argument
236 func (m *ApexModuleBase) SetNotAvailableForPlatform() { argument
240 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { argument
247 func (m *ApexModuleBase) ChooseSdkVersion(versionList []string, maxSdkVersion int) (string, error) { argument
257 func (m *ApexModuleBase) checkApexAvailableProperty(mctx BaseModuleContext) { argument
268 func (m *ApexModuleBase) Updatable() bool { argument
278 func (m *ApexModuleBase) CreateApexVariations(mctx BottomUpMutatorContext) []Module { argument