Home
last modified time | relevance | path

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

/build/soong/java/
Dhiddenapi.go71 func (h *hiddenAPI) uncompressDex() *bool { func
86 uncompressDex() *bool methodSpec
164 uncompressDex := *h.uncompressDexState
169 …encodedDex := hiddenAPIEncodeDex(ctx, dexJar, flagsCSV, uncompressDex, android.NoneApiLevel, outpu…
265 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b…
278 if uncompressDex {
316 if uncompressDex {
Dhiddenapi_modular.go1242 …encodedDex := hiddenAPIEncodeDex(ctx, unencodedDex, allFlagsCSV, bootDexInfo.uncompressDex, bootDe…
1314 uncompressDex bool member
1342 uncompressDex: *hiddenAPIModule.uncompressDex(),