Searched refs:newAnnotationForLessThanT (Results 1 – 2 of 2) sorted by relevance
19 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()
93 public static RequiresSdkRange newAnnotationForLessThanT(String reason) { in newAnnotationForLessThanT() method in TestAnnotations