Lines Matching defs:DexImport
1559 type DexImport struct { struct
1560 android.ModuleBase
1561 android.DefaultableModuleBase
1562 android.ApexModuleBase
1563 prebuilt android.Prebuilt
1565 properties DexImportProperties
1567 dexJarFile android.Path
1569 dexpreopter
1571 hideApexVariantFromMake bool
1574 func (j *DexImport) Prebuilt() *android.Prebuilt {
1578 func (j *DexImport) PrebuiltSrcs() []string {
1582 func (j *DexImport) Name() string {
1586 func (j *DexImport) Stem() string {
1590 func (a *DexImport) JacocoReportClassesFile() android.Path {
1594 func (a *DexImport) LintDepSets() LintDepSets {
1598 func (j *DexImport) IsInstallable() bool {
1602 func (j *DexImport) getStrictUpdatabilityLinting() bool {
1606 func (j *DexImport) setStrictUpdatabilityLinting(bool) {
1609 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1667 func (j *DexImport) DexJarBuildPath() android.Path {
1674 func (j *DexImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext,