Searched refs:SystemServerClasspathModule (Results 1 – 2 of 2) sorted by relevance
84 type SystemServerClasspathModule struct { struct93 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument110 m := &SystemServerClasspathModule{}118 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument132 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument164 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument219 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument221 _, isSourceModule := module.(*SystemServerClasspathModule)237 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) { argument251 _, ok := module.(*SystemServerClasspathModule)[all …]
2043 if _, ok := child.(*java.SystemServerClasspathModule); !ok {