Lines Matching refs:SystemServerClasspathModule
85 type SystemServerClasspathModule struct { struct
94 func (s *SystemServerClasspathModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument
111 m := &SystemServerClasspathModule{}
119 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
143 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) { argument
153 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
185 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
240 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
242 _, isSourceModule := module.(*SystemServerClasspathModule)
258 func (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInf… argument
272 _, ok := module.(*SystemServerClasspathModule)
299 module := variant.(*SystemServerClasspathModule)
322 SystemServerClasspathModule anonMember