Searched refs:SystemServerClasspathModule (Results 1 – 2 of 2) sorted by relevance
85 type SystemServerClasspathModule struct { struct94 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument111 m := &SystemServerClasspathModule{}119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument143 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) { argument153 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument185 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument240 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument242 _, isSourceModule := module.(*SystemServerClasspathModule)258 func (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInf… argument[all …]
1954 if _, ok := child.(*java.SystemServerClasspathModule); !ok {