Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go60 apiScope *apiScope member
81 type apiScope struct { struct
83 name string
86 extends *apiScope
91 legacyEnabledStatus func(module *SdkLibrary) bool
95 defaultEnabledStatus bool
98 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
101 fieldName string
104 propertyName string
107 stubsTag scopeDependencyTag
[all …]
Dhiddenapi_modular.go175 apiScope *HiddenAPIScope member