Lines Matching defs:HiddenAPIScope
32 type HiddenAPIScope struct { struct
34 name string
37 sdkKind android.SdkKind
40 hiddenAPIListOption string
44 nonUpdatableSourceModule string
48 nonUpdatableFromTextModule string
52 nonUpdatablePrebuiltModule string
56 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
86 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
107 func (l *HiddenAPIScope) String() string {
659 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
733 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths {