Searched refs:apiCheckEnabled (Results 1 – 2 of 2) sorted by relevance
/build/soong/java/ |
D | droidstubs.go | 249 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 250 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 261 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 262 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 560 if apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") { 628 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") {
|
D | droiddoc.go | 182 func apiCheckEnabled(ctx android.ModuleContext, apiToCheck ApiToCheck, apiVersionTag string) bool { func
|