Home
last modified time | relevance | path

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

/build/soong/java/
Dsdk_library_test.go127 result.ModuleForTests(apiScopePublic.stubsLibraryModuleName("foo"), "android_common")
130 result.ModuleForTests(apiScopePublic.stubsSourceModuleName("foo"), "android_common")
133 result.ModuleForTests(apiScopePublic.stubsSourceModuleName("foo")+".api.contribution", "")
134 result.ModuleForTests(apiScopePublic.apiLibraryModuleName("foo"), "android_common")
187 result.ModuleForTests(apiScopePublic.stubsSourceModuleName("quuz")+".api.contribution", "")
432 stubName := apiScopePublic.sourceStubLibraryModuleName("sdklib")
792 stubsPath("foo-public", apiScopePublic),
1436 …m := result.ModuleForTests(apiScopePublic.exportableStubsLibraryModuleName(tt.module), "android_co…
1618 scope: apiScopePublic,
1743 exportableStubsLibraryModuleName := apiScopePublic.exportableStubsLibraryModuleName("foo")
[all …]
Dsdk_library.go340 apiScopePublic = initApiScope(&apiScope{ var
357 extends: apiScopePublic,
402 extends: apiScopePublic,
432 apiScopePublic,
1242 apiScope = apiScopePublic
2040 if apiScope == apiScopePublic {
2147 if apiScope == apiScopePublic {
2443 if scope == apiScopePublic {
2554 if hasStubsLibrarySuffix(name, apiScopePublic) {
3030 … module.initHiddenAPI(ctx, dexJarFile, module.findScopePaths(apiScopePublic).stubsImplPath[0], nil)
Djava_test.go2537 m := result.ModuleForTests(apiScopePublic.apiLibraryModuleName("foo"), "android_common")
2615 apiScopePublic.stubsLibraryModuleName("foo"), "android_common",
2616 apiScopePublic.sourceStubLibraryModuleName("foo")))
2620 apiScopePublic.stubsLibraryModuleName("foo"), "android_common",
2621 apiScopePublic.apiLibraryModuleName("foo")))