Home
last modified time | relevance | path

Searched refs:Droidstubs (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddroiddoc.go1190 type Droidstubs struct { struct
1227 module := &Droidstubs{}
1242 module := &Droidstubs{}
1251 func (d *Droidstubs) OutputFiles(tag string) (android.Paths, error) { argument
1266 func (d *Droidstubs) ApiFilePath() android.Path { argument
1270 func (d *Droidstubs) RemovedApiFilePath() android.Path { argument
1274 func (d *Droidstubs) StubsSrcJar() android.Path { argument
1278 func (d *Droidstubs) DepsMutator(ctx android.BottomUpMutatorContext) { argument
1314 func (d *Droidstubs) stubsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, stubsDi… argument
1350 func (d *Droidstubs) annotationsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand) { argument
[all …]
Dhiddenapi_singleton.go221 } else if ds, ok := module.(*Droidstubs); ok {
Dandroidmk.go556 func (dstubs *Droidstubs) AndroidMkEntries() []android.AndroidMkEntries {