Home
last modified time | relevance | path

Searched defs:hiddenAPI (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dhiddenapi.go28 type hiddenAPI struct { struct
31 active bool
40 bootDexJarPath android.Path
45 classesJarPaths android.Paths
49 uncompressDexState *bool
52 func (h *hiddenAPI) bootDexJar() android.Path {
56 func (h *hiddenAPI) classesJars() android.Paths {
60 func (h *hiddenAPI) uncompressDex() *bool {
82 …HiddenAPI(ctx android.ModuleContext, dexJar, classesJar android.Path, uncompressedDexState *bool) {
136 …nAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.OutputPath) android.OutputPath {
Djava.go1176 hiddenAPI anonMember