Lines Matching defs:SystemServerClasspathModule
83 type SystemServerClasspathModule struct { struct
84 android.ModuleBase
85 android.ApexModuleBase
87 ClasspathFragmentBase
89 properties systemServerClasspathFragmentProperties
92 modulePaths []string
95 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
120 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
137 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
169 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
224 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
242 func (s *SystemServerClasspathModule) IDEInfo(dpInfo *android.IdeInfo) {
307 SystemServerClasspathModule anonMember