Searched refs:SystemServerClasspathModule (Results 1 – 2 of 2) sorted by relevance
83 type SystemServerClasspathModule struct { struct95 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument112 m := &SystemServerClasspathModule{}120 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument137 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument169 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument224 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument226 _, isSourceModule := module.(*SystemServerClasspathModule)242 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) { argument257 _, ok := module.(*SystemServerClasspathModule)[all …]
2288 if _, ok := child.(*java.SystemServerClasspathModule); !ok {