Home
last modified time | relevance | path

Searched refs:shouldInstrumentInApex (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Djacoco.go51 shouldInstrumentInApex(ctx android.BaseModuleContext) bool
60 if j.shouldInstrumentInApex(ctx) {
Dbase.go712 func (j *Module) shouldInstrumentInApex(ctx android.BaseModuleContext) bool { func