Searched refs:ReplaceSourceWithPrebuilt (Results 1 – 7 of 7) sorted by relevance
36 type ReplaceSourceWithPrebuilt interface { interface41 ReplaceSourceWithPrebuilt() bool methodSpec442 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {443 return t.ReplaceSourceWithPrebuilt()
607 var _ ReplaceSourceWithPrebuilt = (*sdkMemberDependencyTag)(nil)625 func (t *sdkMemberDependencyTag) ReplaceSourceWithPrebuilt() bool { func
184 func (systemServerClasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func211 var _ android.ReplaceSourceWithPrebuilt = systemServerClasspathFragmentContentDepTag
187 func (b hiddenAPIStubsDependencyTag) ReplaceSourceWithPrebuilt() bool { func220 var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
61 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func92 var _ android.ReplaceSourceWithPrebuilt = bootclasspathFragmentContentDepTag
56 var _ android.ReplaceSourceWithPrebuilt = (*scopeDependencyTag)(nil)58 func (tag scopeDependencyTag) ReplaceSourceWithPrebuilt() bool { func
609 func (d dependencyTag) ReplaceSourceWithPrebuilt() bool { func613 var _ android.ReplaceSourceWithPrebuilt = &dependencyTag{}