Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dhiddenapi_modular.go30 type HiddenAPIScope struct { struct
50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope { argument
98 func (l *HiddenAPIScope) String() string {
103 PublicHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
113 TestHiddenAPIScope = initHiddenAPIScope(&HiddenAPIScope{
143 hiddenAPIScopes = []*HiddenAPIScope{
155 hiddenAPISdkLibrarySupportedScopes = []*HiddenAPIScope{
163 hiddenAPIFlagScopes = []*HiddenAPIScope{
175 apiScope *HiddenAPIScope
258 m := map[*HiddenAPIScope][]string{}
[all …]
H A Dbootclasspath.go230 func (p BootclasspathAPIProperties) apiScopeToStubLibs() map[*HiddenAPIScope][]string {
231 m := map[*HiddenAPIScope][]string{}
/aosp12/build/soong/apex/
H A Dbootclasspath_fragment_test.go220 …checkAPIScopeStubs := func(message string, info java.HiddenAPIInfo, apiScope *java.HiddenAPIScope,…