Lines Matching refs:HiddenAPIScope
30 type HiddenAPIScope struct { struct
50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope { argument
80 func (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string… argument
98 func (l *HiddenAPIScope) String() string { argument
103 PublicHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
108 SystemHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
113 TestHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
118 ModuleLibHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
122 CorePlatformHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
143 hiddenAPIScopes = []*HiddenAPIScope{
155 hiddenAPISdkLibrarySupportedScopes = []*HiddenAPIScope{
163 hiddenAPIFlagScopes = []*HiddenAPIScope{
175 apiScope *HiddenAPIScope
225 func hiddenAPIComputeMonolithicStubLibModules(config android.Config) map[*HiddenAPIScope][]string {
258 m := map[*HiddenAPIScope][]string{}
269 …encies(ctx android.BottomUpMutatorContext, apiScopeToStubLibModules map[*HiddenAPIScope][]string) {
563 type ModuleStubDexJars map[*HiddenAPIScope]android.Path
586 …dStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJar an… argument
660 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths { argument
719 addFromModule := func(ctx android.ModuleContext, module android.Module, apiScope *HiddenAPIScope) {