Home
last modified time | relevance | path

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

123

/aosp_15_r20/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;
/aosp_15_r20/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;
70 List<ExpectErrorLogUtilWithExceptionCall> annotations = getAnnotations(description); in getExpectedLogCalls()
106 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations()
115 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations()
116 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;
114 ExpectErrorLogUtilWithExceptionCall annotation, in createFrom()
130 validateAllParamsDefined(call, ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME); in createFrom()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/download/
DEncryptionKeyConverterUtilTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
33 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
118 @ExpectErrorLogUtilWithExceptionCall(
130 @ExpectErrorLogUtilWithExceptionCall(
142 @ExpectErrorLogUtilWithExceptionCall(
154 @ExpectErrorLogUtilWithExceptionCall(
166 @ExpectErrorLogUtilWithExceptionCall(
DEncryptionDataDownloadManagerTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
251 @ExpectErrorLogUtilWithExceptionCall(
DEnrollmentDataDownloadManagerTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
229 @ExpectErrorLogUtilWithExceptionCall(
252 @ExpectErrorLogUtilWithExceptionCall(
524 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/apk/tests/settingsgaota/src/com/android/adservices/ui/
DOTAResourcesManagerTest.java18 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
37 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
86 @ExpectErrorLogUtilWithExceptionCall(
101 @ExpectErrorLogUtilWithExceptionCall(
247 @ExpectErrorLogUtilWithExceptionCall(
279 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandlerTest.java42 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
298 @ExpectErrorLogUtilWithExceptionCall(
325 @ExpectErrorLogUtilWithExceptionCall(
358 @ExpectErrorLogUtilWithExceptionCall(
392 @ExpectErrorLogUtilWithExceptionCall(
426 @ExpectErrorLogUtilWithExceptionCall(
456 @ExpectErrorLogUtilWithExceptionCall(
487 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAdServicesBackCompatInitTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
50 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
183 @ExpectErrorLogUtilWithExceptionCall(
211 @ExpectErrorLogUtilWithExceptionCall(
214 @ExpectErrorLogUtilWithExceptionCall(
DAdExtBootCompletedReceiverTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
31 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
59 @ExpectErrorLogUtilWithExceptionCall
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DAdsRelevanceStatusUtilsTest.java56 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
132 @ExpectErrorLogUtilWithExceptionCall(
144 @ExpectErrorLogUtilWithExceptionCall(
166 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DAuctionResultValidatorTest.java41 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
56 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
135 @ExpectErrorLogUtilWithExceptionCall(
170 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/
DPeriodicEncodingJobWorkerTest.java36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
77 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
160 @ExpectErrorLogUtilWithExceptionCall(
162 @ExpectErrorLogUtilWithExceptionCall(
215 @ExpectErrorLogUtilWithExceptionCall(
218 @ExpectErrorLogUtilWithExceptionCall(
DProtectedSignalsServiceImplTest.java61 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
98 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
340 @ExpectErrorLogUtilWithExceptionCall(
356 @ExpectErrorLogUtilWithExceptionCall(
372 @ExpectErrorLogUtilWithExceptionCall(
387 @ExpectErrorLogUtilWithExceptionCall(
598 @ExpectErrorLogUtilWithExceptionCall(
DUpdatesDownloaderTest.java33 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
56 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
101 @ExpectErrorLogUtilWithExceptionCall(
DForcedEncoderNoOpImplTest.java22 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
27 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
DPeriodicEncodingJobRunnerTest.java42 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
81 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
236 @ExpectErrorLogUtilWithExceptionCall(
270 @ExpectErrorLogUtilWithExceptionCall(
DForcedEncoderFactoryTest.java26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
36 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
DSignalsScriptEngineTest.java39 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
66 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
464 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/classifier/
DModelManagerTest.java19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
41 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
170 @ExpectErrorLogUtilWithExceptionCall(
279 @ExpectErrorLogUtilWithExceptionCall(
299 @ExpectErrorLogUtilWithExceptionCall(
844 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/adid/src/com/android/adservices/service/adid/
DAdIdCacheManagerTest.java22 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall
46 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
144 @ExpectErrorLogUtilWithExceptionCall(
158 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/
DCustomAudienceServiceImplTest.java78 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
382 @ExpectErrorLogUtilWithExceptionCall(
468 @ExpectErrorLogUtilWithExceptionCall(
491 @ExpectErrorLogUtilWithExceptionCall(
512 @ExpectErrorLogUtilWithExceptionCall(
705 @ExpectErrorLogUtilWithExceptionCall(
730 @ExpectErrorLogUtilWithExceptionCall(
750 @ExpectErrorLogUtilWithExceptionCall(
972 @ExpectErrorLogUtilWithExceptionCall(
1060 @ExpectErrorLogUtilWithExceptionCall(
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/
DBlockedTopicsManagerTest.java53 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall;
205 @ExpectErrorLogUtilWithExceptionCall(
221 @ExpectErrorLogUtilWithExceptionCall(
237 @ExpectErrorLogUtilWithExceptionCall(
253 @ExpectErrorLogUtilWithExceptionCall(
/aosp_15_r20/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();

123