Lines Matching refs:hiddenAPIModule
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 hiddenAPIModule
1067 hiddenAPIModule := module.(hiddenAPIModule)
1068 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1071 uncompressDex: *hiddenAPIModule.uncompressDex(),
1083 func retrieveBootDexJarFromHiddenAPIModule(ctx android.ModuleContext, module hiddenAPIModule) andro… argument
1105 if hiddenAPIModule, ok := module.(hiddenAPIModule); ok {
1106 return hiddenAPIModule.classesJars()