Searched refs:RequiresSdkLevelAtLeastS2 (Results 1 – 4 of 4) sorted by relevance
27 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastS2;75 public static RequiresSdkLevelAtLeastS2 sdkLevelAtLeastS2(String reason) { in sdkLevelAtLeastS2()
24 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastS2;190 if (annotation instanceof RequiresSdkLevelAtLeastS2) {192 reason = getReason(reason, ((RequiresSdkLevelAtLeastS2) annotation).reason());
31 public @interface RequiresSdkLevelAtLeastS2 { annotation
38 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastS2;983 @RequiresSdkLevelAtLeastS2(reason = REASON_S2)