Searched defs:apiScope (Results 1 – 3 of 3) sorted by relevance
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 …]
51 func (c *commonToSdkLibraryAndImport) stubsLibraryModuleName(apiScope *apiScope) string { argument57 func (c *commonToSdkLibraryAndImport) exportableStubsLibraryModuleName(apiScope *apiScope) string { argument64 func (c *commonToSdkLibraryAndImport) droidstubsModuleName(apiScope *apiScope) string { argument71 func (c *commonToSdkLibraryAndImport) fromTextStubsLibraryModuleName(apiScope *apiScope) string { argument78 func (c *commonToSdkLibraryAndImport) fromSourceStubsLibraryModuleName(apiScope *apiScope) string { argument85 func (c *commonToSdkLibraryAndImport) exportableFromSourceStubsLibraryModuleName(apiScope *apiScope… argument179 func (module *SdkLibrary) createDroidstubs(mctx android.DefaultableHookContext, apiScope *apiScope,… argument374 func (module *SdkLibrary) stubsLibraryProps(mctx android.DefaultableHookContext, apiScope *apiScope… argument404 …SdkLibrary) createFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument415 …) createExportableFromSourceStubsLibrary(mctx android.DefaultableHookContext, apiScope *apiScope) { argument[all …]
185 apiScope *HiddenAPIScope member