Searched defs:apiScope (Results 1 – 3 of 3) sorted by relevance
52 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string { argument58 func (c *commonToSdkLibraryAndImport) exportableStubsLibraryModuleName(apiScope *apiScope) string { argument65 func (c *commonToSdkLibraryAndImport) droidstubsModuleName(apiScope *apiScope) string { argument72 func (c *commonToSdkLibraryAndImport) fromTextStubsLibraryModuleName(apiScope *apiScope) string { argument79 func (c *commonToSdkLibraryAndImport) fromSourceStubsLibraryModuleName(apiScope *apiScope) string { argument86 func (c *commonToSdkLibraryAndImport) exportableFromSourceStubsLibraryModuleName(apiScope *apiScope… argument180 func (module *SdkLibrary) getApiSurfaceForScope(apiScope *apiScope) *string { argument194 func (module *SdkLibrary) createDroidstubs(mctx android.DefaultableHookContext, apiScope *apiScope,… argument389 func (module *SdkLibrary) stubsLibraryProps(mctx android.DefaultableHookContext, apiScope *apiScope… argument419 …SdkLibrary) createFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument[all …]
38 apiScope *apiScope member59 type apiScope struct { struct61 name string69 extends *apiScope83 canAccess *apiScope88 legacyEnabledStatus func(module *SdkLibrary) bool92 defaultEnabledStatus bool95 scopeSpecificProperties func(module *SdkLibrary) *ApiScopeProperties98 fieldName string101 propertyName string[all …]
185 apiScope *HiddenAPIScope member