Lines Matching refs:DexImport
1559 type DexImport struct { struct
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 {
1671 var _ android.ApexModule = (*DexImport)(nil)
1674 func (j *DexImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
1685 module := &DexImport{}