Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi.go136 func (h *hiddenAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) androi… func
151 encodedDex := hiddenAPIEncodeDex(ctx, dexJar, flagsCSV, uncompressDex, outputDir)
249 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b… func
Dhiddenapi_modular.go979 …encodedDex := hiddenAPIEncodeDex(ctx, unencodedDex, allFlagsCSV, bootDexInfo.uncompressDex, output…
Djava.go1375 dexOutputFile = j.hiddenAPIEncodeDex(ctx, dexOutputFile)