Lines Matching defs:DexImport
2416 type DexImport struct { struct
2417 android.ModuleBase
2418 android.DefaultableModuleBase
2419 android.ApexModuleBase
2420 prebuilt android.Prebuilt
2422 properties DexImportProperties
2424 dexJarFile OptionalDexJarPath
2426 dexpreopter
2428 hideApexVariantFromMake bool
2431 func (j *DexImport) Prebuilt() *android.Prebuilt {
2435 func (j *DexImport) PrebuiltSrcs() []string {
2439 func (j *DexImport) Name() string {
2443 func (j *DexImport) Stem() string {
2447 func (a *DexImport) JacocoReportClassesFile() android.Path {
2451 func (a *DexImport) LintDepSets() LintDepSets {
2455 func (j *DexImport) IsInstallable() bool {
2459 func (j *DexImport) getStrictUpdatabilityLinting() bool {
2463 func (j *DexImport) setStrictUpdatabilityLinting(bool) {
2466 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2525 func (j *DexImport) DexJarBuildPath() OptionalDexJarPath {
2532 func (j *DexImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext,