Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library.go58 type apiScope int type
61 apiScopePublic apiScope = iota
284 func (module *SdkLibrary) stubsName(apiScope apiScope) string {
286 switch apiScope {
296 func (module *SdkLibrary) docsName(apiScope apiScope) string {
298 switch apiScope {
333 func (module *SdkLibrary) sdkVersion(apiScope apiScope) string {
334 switch apiScope {
349 func (module *SdkLibrary) apiTagName(apiScope apiScope) string {
351 switch apiScope {
[all …]