Searched refs:RequiresSdkLevelAtLeastR (Results 1 – 6 of 6) sorted by relevance
23 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastR;30 @RequiresSdkLevelAtLeastR(reason = "AdServices is only available on R+.")
25 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastR;63 public static RequiresSdkLevelAtLeastR sdkLevelAtLeastR(String reason) { in sdkLevelAtLeastR()
22 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastR;182 if (annotation instanceof RequiresSdkLevelAtLeastR) {184 reason = getReason(reason, ((RequiresSdkLevelAtLeastR) annotation).reason());
31 public @interface RequiresSdkLevelAtLeastR { annotation
36 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastR;977 @RequiresSdkLevelAtLeastR(reason = REASON_R)