Lines Matching defs:SystemServerClasspathModule
89 type SystemServerClasspathModule struct { struct
90 android.ModuleBase
91 android.ApexModuleBase
93 ClasspathFragmentBase
95 properties systemServerClasspathFragmentProperties
100 …stemServerClasspathModule) MinSdkVersionSupported(ctx android.BaseModuleContext) android.ApiLevel {
125 func (m *SystemServerClasspathModule) UniqueApexVariations() bool {
129 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) {
153 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) {
163 …*SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJarList {
195 …verClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.ConfiguredJarList {
250 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
268 … (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInfo) {
332 SystemServerClasspathModule anonMember