Searched refs:HiddenAPIScope (Results 1 – 3 of 3) sorted by relevance
30 type HiddenAPIScope struct { struct50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope { argument80 func (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string… argument98 func (l *HiddenAPIScope) String() string { argument103 PublicHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{108 SystemHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{113 TestHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{118 ModuleLibHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{122 CorePlatformHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{143 hiddenAPIScopes = []*HiddenAPIScope{[all …]
230 func (p BootclasspathAPIProperties) apiScopeToStubLibs() map[*HiddenAPIScope][]string {231 m := map[*HiddenAPIScope][]string{}
220 …checkAPIScopeStubs := func(message string, info java.HiddenAPIInfo, apiScope *java.HiddenAPIScope,…