Searched refs:RequiresSdkLevelAtLeastU (Results 1 – 4 of 4) sorted by relevance
29 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastU;87 public static RequiresSdkLevelAtLeastU sdkLevelAtLeastU(String reason) { in sdkLevelAtLeastU()
26 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastU;199 if (annotation instanceof RequiresSdkLevelAtLeastU) {201 reason = getReason(reason, ((RequiresSdkLevelAtLeastU) annotation).reason());
31 public @interface RequiresSdkLevelAtLeastU { annotation
40 import com.android.adservices.shared.testing.annotations.RequiresSdkLevelAtLeastU;986 @RequiresSdkLevelAtLeastU(reason = REASON_U)