Home
last modified time | relevance | path

Searched defs:apiScope (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dsdk_library.go43 apiScope *apiScope member
64 type apiScope struct { struct
66 name string
74 extends *apiScope
88 canAccess *apiScope
93 legacyEnabledStatus func(module *SdkLibrary) bool
97 defaultEnabledStatus bool
100 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
103 fieldName string
106 propertyName string
[all …]
Dhiddenapi_modular.go176 apiScope *HiddenAPIScope member