Lines Matching defs:HiddenAPIScope
31 type HiddenAPIScope struct { struct
33 name string
36 sdkKind android.SdkKind
39 hiddenAPIListOption string
43 nonUpdatableSourceModule string
47 nonUpdatablePrebuiltModule string
51 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
81 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
99 func (l *HiddenAPIScope) String() string {
641 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
715 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths {