Searched refs:ExpectErrorLogUtilCall (Results 1 – 13 of 13) sorted by relevance
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;36 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall1;37 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall2;53 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList()68 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException()84 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException()102 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()122 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException()141 when(mMockDescription.getAnnotation(ExpectErrorLogUtilCall.class)) in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()[all …]
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…29 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;41 @Mock private ExpectErrorLogUtilCall mExpectErrorLogUtilCall;
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.ANNOTATION_N…27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;63 List<ExpectErrorLogUtilCall> annotations = getAnnotations(description); in getExpectedLogCalls()98 private List<ExpectErrorLogUtilCall> getAnnotations(Description description) { in getAnnotations()106 ExpectErrorLogUtilCall single = description.getAnnotation(ExpectErrorLogUtilCall.class); in getAnnotations()
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.DEFAULT_TIME…20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;76 ExpectErrorLogUtilCall annotation, in createFrom()89 validateAllParamsDefined(call, ExpectErrorLogUtilCall.ANNOTATION_NAME); in createFrom()
19 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
42 public @interface ExpectErrorLogUtilCall { annotation44 String ANNOTATION_NAME = ExpectErrorLogUtilCall.class.getSimpleName();
19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.DEFAULT_TIME…20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_IN…
29 ExpectErrorLogUtilCall[] value(); in value()
50 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;222 @ExpectErrorLogUtilCall(254 @ExpectErrorLogUtilCall(270 @ExpectErrorLogUtilCall(
44 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;
62 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall;342 @ExpectErrorLogUtilCall(