Searched refs:hiddenAPIModule (Results 1 – 2 of 2) sorted by relevance
1018 hiddenAPIModule := hiddenAPIModuleFromModule(ctx, module)1019 if hiddenAPIModule == nil {1022 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)1028 …c hiddenAPIModuleFromModule(ctx android.BaseModuleContext, module android.Module) hiddenAPIModule {1029 if hiddenAPIModule, ok := module.(hiddenAPIModule); ok {1030 return hiddenAPIModule1067 hiddenAPIModule := module.(hiddenAPIModule)1068 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)1071 uncompressDex: *hiddenAPIModule.uncompressDex(),1083 func retrieveBootDexJarFromHiddenAPIModule(ctx android.ModuleContext, module hiddenAPIModule) andro… argument[all …]
65 type hiddenAPIModule interface { interface105 module := ctx.Module().(hiddenAPIModule)