Searched refs:RequiresStableAPIs (Results 1 – 3 of 3) sorted by relevance
390 if (usesSDK && !a.RequiresStableAPIs(ctx) &&828 RequiresStableAPIs(ctx android.BaseModuleContext) bool methodSpec841 app.sdkVersion().kind != sdkCorePlatform && !app.RequiresStableAPIs(ctx)
98 if j.RequiresStableAPIs(ctx) {
988 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { func