Lines Matching refs:DexImport
1559 type DexImport struct { struct
1574 func (j *DexImport) Prebuilt() *android.Prebuilt { argument
1578 func (j *DexImport) PrebuiltSrcs() []string { argument
1582 func (j *DexImport) Name() string { argument
1586 func (j *DexImport) Stem() string { argument
1590 func (a *DexImport) JacocoReportClassesFile() android.Path { argument
1594 func (a *DexImport) LintDepSets() LintDepSets { argument
1598 func (j *DexImport) IsInstallable() bool { argument
1602 func (j *DexImport) getStrictUpdatabilityLinting() bool { argument
1606 func (j *DexImport) setStrictUpdatabilityLinting(bool) { argument
1609 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
1667 func (j *DexImport) DexJarBuildPath() android.Path { argument
1671 var _ android.ApexModule = (*DexImport)(nil)
1674 func (j *DexImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext, argument
1685 module := &DexImport{}