Lines Matching defs:SystemServerClasspathModule
84 type SystemServerClasspathModule struct { struct
85 android.ModuleBase
86 android.ApexModuleBase
88 ClasspathFragmentBase
90 properties systemServerClasspathFragmentProperties
93 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
118 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
132 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
164 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
219 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
237 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) {
301 SystemServerClasspathModule anonMember