Home
last modified time | relevance | path

Searched refs:newAnnotationForLessThanT (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTest.java19 import static com.android.adservices.shared.meta_testing.TestAnnotations.newAnnotationForLessThanT;
246 newAnnotationForLessThanT(REASON)); in testGetRequiredRange_annotatedTest()
284 newAnnotationForLessThanT(REASON)); in testGetRequiredRange_annotatedTest()
451 newAnnotationForLessThanT(REASON), Range.forAtMost(S2.getLevel()), REASON); in testAnnotationToRequiredRangeConversion()
784 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT()
802 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT()
820 Description testMethod = newTestMethod(newAnnotationForLessThanT(REASON)); in testRanWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT()
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/meta_testing/
DTestAnnotations.java93 public static RequiresSdkRange newAnnotationForLessThanT(String reason) { in newAnnotationForLessThanT() method in TestAnnotations