Searched refs:SystemServerClasspathModule (Results 1 – 2 of 2) sorted by relevance
80 type SystemServerClasspathModule struct { struct93 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument110 m := &SystemServerClasspathModule{}119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument136 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument168 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument223 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument225 _, isSourceModule := module.(*SystemServerClasspathModule)241 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) { argument256 _, ok := module.(*SystemServerClasspathModule)[all …]
1881 if _, ok := child.(*java.SystemServerClasspathModule); !ok {