Lines Matching refs:DexImport
2802 type DexImport struct { struct
2816 func (j *DexImport) Prebuilt() *android.Prebuilt { argument
2820 func (j *DexImport) PrebuiltSrcs() []string { argument
2824 func (j *DexImport) Name() string { argument
2828 func (j *DexImport) Stem() string { argument
2832 func (a *DexImport) JacocoReportClassesFile() android.Path { argument
2836 func (a *DexImport) LintDepSets() LintDepSets { argument
2840 func (j *DexImport) IsInstallable() bool { argument
2844 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
2899 func (j *DexImport) DexJarBuildPath() android.Path { argument
2903 func (j *DexImport) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion int) error { argument
2913 module := &DexImport{}