Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go42 apiScope *apiScope member
63 type apiScope struct { struct
65 name string
68 extends *apiScope
73 legacyEnabledStatus func(module *SdkLibrary) bool
77 defaultEnabledStatus bool
80 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties
83 fieldName string
86 propertyName string
89 stubsTag scopeDependencyTag
[all …]
Dhiddenapi_modular.go176 apiScope *HiddenAPIScope member