Searched refs:BootclasspathFragmentModule (Results 1 – 3 of 3) sorted by relevance
224 type BootclasspathFragmentModule struct { struct257 var _ commonBootclasspathFragment = (*BootclasspathFragmentModule)(nil)260 m := &BootclasspathFragmentModule{}288 m := bootclasspathFragmentFactory().(*BootclasspathFragmentModule)293 func (m *BootclasspathFragmentModule) bootclasspathFragmentPropertyCheck(ctx android.ModuleContext)… argument396 func (b *BootclasspathFragmentModule) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo… argument420 func (b *BootclasspathFragmentModule) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVer… argument428 func (b *BootclasspathFragmentModule) ComponentDepsMutator(ctx android.BottomUpMutatorContext) { argument430 _, isSourceModule := module.(*BootclasspathFragmentModule)445 func (b *BootclasspathFragmentModule) DepsMutator(ctx android.BottomUpMutatorContext) { argument[all …]
193 module := result.Module("myfragment", "android_common").(*BootclasspathFragmentModule)520 fragment := result.Module("myfragment", "android_common").(*BootclasspathFragmentModule)523 fragment = result.Module("a_test_fragment", "android_common").(*BootclasspathFragmentModule)
1945 _, ok := child.(*java.BootclasspathFragmentModule)