Lines Matching defs:hiddenAPI
35 type hiddenAPI struct { struct
38 active bool
47 bootDexJarPath OptionalDexJarPath
48 bootDexJarPathErr error
53 classesJarPaths android.Paths
57 uncompressDexState *bool
60 func (h *hiddenAPI) bootDexJar(ctx android.ModuleErrorfContext) OptionalDexJarPath {
67 func (h *hiddenAPI) classesJars() android.Paths {
71 func (h *hiddenAPI) uncompressDex() *bool {
95 …id.ModuleContext, dexJar OptionalDexJarPath, classesJar android.Path, uncompressedDexState *bool) {
135 func (h *hiddenAPI) initHiddenAPIError(err error) {
155 …nc (h *hiddenAPI) hiddenAPIEncodeDex(ctx android.ModuleContext, dexJar android.Path) android.Path {