Lines Matching refs:SystemServerClasspathModule
84 type SystemServerClasspathModule struct { struct
93 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
110 m := &SystemServerClasspathModule{}
118 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
132 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
164 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
219 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
221 _, isSourceModule := module.(*SystemServerClasspathModule)
237 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) { argument
251 _, ok := module.(*SystemServerClasspathModule)
278 module := variant.(*SystemServerClasspathModule)
301 SystemServerClasspathModule anonMember