Searched refs:HiddenAPIScope (Results 1 – 3 of 3) sorted by relevance
30 type HiddenAPIScope struct { struct50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope { argument98 func (l *HiddenAPIScope) String() string {103 PublicHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{113 TestHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{143 hiddenAPIScopes = []*HiddenAPIScope{155 hiddenAPISdkLibrarySupportedScopes = []*HiddenAPIScope{163 hiddenAPIFlagScopes = []*HiddenAPIScope{175 apiScope *HiddenAPIScope258 m := map[*HiddenAPIScope][]string{}[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,…