Home
last modified time | relevance | path

Searched refs:ExpectErrorLogUtilWithExceptionCall (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifierTest.java20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
29 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
40 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall1;
41 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall2;
57 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotation_returnsNonEmptyList()
73 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationNegativeTimes_throwsException()
89 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationZeroTimes_throwsException()
108 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingThrowable_throwsException()
129 when(mMockDescription.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class)) in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()
[all …]
DErrorLogUtilCallTest.java21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
22 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
30 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
42 @Mock private ExpectErrorLogUtilWithExceptionCall mExpectErrorLogUtilWithExceptionCall;
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifier.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
64 List<ExpectErrorLogUtilWithExceptionCall> annotations = getAnnotations(description); in getExpectedLogCalls()
99 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations()
108 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations()
109 description.getAnnotation(ExpectErrorLogUtilWithExceptionCall.class); in getAnnotations()
DErrorLogUtilCall.java21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
22 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
27 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
102 ExpectErrorLogUtilWithExceptionCall annotation, in createFrom()
118 validateAllParamsDefined(call, ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME); in createFrom()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdExtBootCompletedReceiverTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
34 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
71 @ExpectErrorLogUtilWithExceptionCall
DAdServicesBackCompatInitTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
51 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
207 @ExpectErrorLogUtilWithExceptionCall(
235 @ExpectErrorLogUtilWithExceptionCall(
238 @ExpectErrorLogUtilWithExceptionCall(
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilWithExceptionCall.java45 public @interface ExpectErrorLogUtilWithExceptionCall { annotation
47 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName();
DExpectErrorLogUtilWithExceptionCalls.java29 ExpectErrorLogUtilWithExceptionCall[] value(); in value()
DSetErrorLogUtilDefaultParams.java20 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/
DExtendedMockitoExpectations.java18 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
45 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/compat/
DPackageManagerCompatUtilsTest.java44 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
275 @ExpectErrorLogUtilWithExceptionCall(