Home
last modified time | relevance | path

Searched refs:HiddenAPIScope (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dhiddenapi_modular.go30 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{
[all …]
Dbootclasspath.go230 func (p BootclasspathAPIProperties) apiScopeToStubLibs() map[*HiddenAPIScope][]string {
231 m := map[*HiddenAPIScope][]string{}
/build/soong/apex/
Dbootclasspath_fragment_test.go220 …checkAPIScopeStubs := func(message string, info java.HiddenAPIInfo, apiScope *java.HiddenAPIScope,…