Searched refs:ExpectErrorLogUtilCalls (Results 1 – 4 of 4) sorted by relevance
27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCalls;38 @Mock private ExpectErrorLogUtilCalls mExpectErrorLogUtilCalls;163 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList()189 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException()213 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException()234 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsSameInvocation_throwsException()268 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
28 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCalls;100 ExpectErrorLogUtilCalls multiple = description.getAnnotation(ExpectErrorLogUtilCalls.class); in getAnnotations()
28 public @interface ExpectErrorLogUtilCalls { annotation
41 @Repeatable(ExpectErrorLogUtilCalls.class)