Searched refs:ExpectErrorLogUtilWithExceptionCalls (Results 1 – 5 of 5) sorted by relevance
30 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCalls;42 @Mock private ExpectErrorLogUtilWithExceptionCalls mExpectErrorLogUtilWithExceptionCalls;197 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList()228 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException()254 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException()276 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsSameInvocation_throwsException()313 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class)) in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
28 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCalls;108 ExpectErrorLogUtilWithExceptionCalls multiple = in getAnnotations()109 description.getAnnotation(ExpectErrorLogUtilWithExceptionCalls.class); in getAnnotations()
28 public @interface ExpectErrorLogUtilWithExceptionCalls { annotation
44 @Repeatable(ExpectErrorLogUtilWithExceptionCalls.class)
51853 …il/java/com/android/adservices/common/logging/annotations/ExpectErrorLogUtilWithExceptionCalls.jav…