Searched refs:RequiresStableAPIs (Results 1 – 3 of 3) sorted by relevance
243 if (usesSDK && !a.RequiresStableAPIs(ctx) &&729 RequiresStableAPIs(ctx android.BaseModuleContext) bool742 app.SdkVersion(ctx).Kind != android.SdkCorePlatform && !app.RequiresStableAPIs(ctx)
391 if j.RequiresStableAPIs(ctx) {
1408 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { func