Searched refs:ReplaceSourceWithPrebuilt (Results 1 – 5 of 5) sorted by relevance
36 type ReplaceSourceWithPrebuilt interface { interface41 ReplaceSourceWithPrebuilt() bool methodSpec340 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {341 return t.ReplaceSourceWithPrebuilt()
114 func (systemServerClasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func
60 func (b bootclasspathFragmentContentDependencyTag) ReplaceSourceWithPrebuilt() bool { func91 var _ android.ReplaceSourceWithPrebuilt = bootclasspathFragmentContentDepTag
186 func (b hiddenAPIStubsDependencyTag) ReplaceSourceWithPrebuilt() bool { func219 var _ android.ReplaceSourceWithPrebuilt = hiddenAPIStubsDependencyTag{}
569 func (d dependencyTag) ReplaceSourceWithPrebuilt() bool { func573 var _ android.ReplaceSourceWithPrebuilt = &dependencyTag{}