Searched refs:newAnnotationForAtLeast (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/ |
D | AbstractSdkLevelSupportedRuleTest.java | 18 import static com.android.adservices.shared.meta_testing.TestAnnotations.newAnnotationForAtLeast; 221 newAnnotationForAtLeast(R, REASON)); in testGetRequiredRange_annotatedTest() 226 newAnnotationForAtLeast(S, REASON)); in testGetRequiredRange_annotatedTest() 231 newAnnotationForAtLeast(S2, REASON)); in testGetRequiredRange_annotatedTest() 236 newAnnotationForAtLeast(T, REASON)); in testGetRequiredRange_annotatedTest() 241 newAnnotationForAtLeast(U, REASON)); in testGetRequiredRange_annotatedTest() 259 newAnnotationForAtLeast(R, REASON)); in testGetRequiredRange_annotatedTest() 264 newAnnotationForAtLeast(S, REASON)); in testGetRequiredRange_annotatedTest() 269 newAnnotationForAtLeast(S2, REASON)); in testGetRequiredRange_annotatedTest() 274 newAnnotationForAtLeast(T, REASON)); in testGetRequiredRange_annotatedTest() [all …]
|
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/meta_testing/ |
D | TestAnnotations.java | 44 public static Annotation newAnnotationForAtLeast(Level level, String reason) { in newAnnotationForAtLeast() method in TestAnnotations
|