Home
last modified time | relevance | path

Searched refs:hiddenAPIEncodeDex (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Dhiddenapi.go154 func (h *hiddenAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) androi… func
169 …encodedDex := hiddenAPIEncodeDex(ctx, dexJar, flagsCSV, uncompressDex, android.NoneApiLevel, outpu…
265 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b… func
Dhiddenapi_modular.go1242 …encodedDex := hiddenAPIEncodeDex(ctx, unencodedDex, allFlagsCSV, bootDexInfo.uncompressDex, bootDe…
Djava.go2347 dexOutputFile = al.hiddenAPIEncodeDex(ctx, dexOutputFile)
2737 dexOutputFile = j.hiddenAPIEncodeDex(ctx, dexOutputFile)
Dbase.go1695 dexOutputFile = j.hiddenAPIEncodeDex(ctx, dexOutputFile)