Lines Matching defs:HiddenAPIScope
30 type HiddenAPIScope struct { struct
32 name string
35 sdkKind android.SdkKind
38 hiddenAPIListOption string
42 nonUpdatableSourceModule string
46 nonUpdatablePrebuiltModule string
50 func initHiddenAPIScope(apiScope *HiddenAPIScope) *HiddenAPIScope {
80 …nc (l *HiddenAPIScope) scopeSpecificStubModule(ctx android.BaseModuleContext, name string) string {
98 func (l *HiddenAPIScope) String() string {
586 …) addStubDexJar(ctx android.ModuleContext, module android.Module, scope *HiddenAPIScope, stubDexJa…
660 func (s StubDexJarsByModule) StubDexJarsForScope(scope *HiddenAPIScope) android.Paths {