Lines Matching refs:SystemServerClasspathModule
89 type SystemServerClasspathModule struct { struct
98 var _ android.ApexModule = (*SystemServerClasspathModule)(nil)
100 func (m *SystemServerClasspathModule) MinSdkVersionSupported(ctx android.BaseModuleContext) android… argument
117 m := &SystemServerClasspathModule{}
125 func (m *SystemServerClasspathModule) UniqueApexVariations() bool { argument
129 func (s *SystemServerClasspathModule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
153 func (s *SystemServerClasspathModule) setPartitionInfoOfLibraries(ctx android.ModuleContext) { argument
163 func (s *SystemServerClasspathModule) configuredJars(ctx android.ModuleContext) android.ConfiguredJ… argument
195 func (s *SystemServerClasspathModule) standaloneConfiguredJars(ctx android.ModuleContext) android.C… argument
250 func (s *SystemServerClasspathModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument
252 _, isSourceModule := module.(*SystemServerClasspathModule)
268 func (s *SystemServerClasspathModule) IDEInfo(ctx android.BaseModuleContext, dpInfo *android.IdeInf… argument
282 _, ok := module.(*SystemServerClasspathModule)
309 module := variant.(*SystemServerClasspathModule)
332 SystemServerClasspathModule anonMember