/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/ |
D | AdServicesErrorLogUtilWithExceptionVerifierTest.java | 20 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 …]
|
D | ErrorLogUtilCallTest.java | 21 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/ |
D | AdServicesErrorLogUtilWithExceptionVerifier.java | 19 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()
|
D | ErrorLogUtilCall.java | 21 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/ |
D | EncryptionKeyConverterUtilTest.java | 19 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(
|
D | EncryptionDataDownloadManagerTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 251 @ExpectErrorLogUtilWithExceptionCall(
|
D | EnrollmentDataDownloadManagerTest.java | 19 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/ |
D | OTAResourcesManagerTest.java | 18 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/ |
D | DebugReportingJobHandlerTest.java | 42 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/ |
D | AdServicesBackCompatInitTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 50 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 183 @ExpectErrorLogUtilWithExceptionCall( 211 @ExpectErrorLogUtilWithExceptionCall( 214 @ExpectErrorLogUtilWithExceptionCall(
|
D | AdExtBootCompletedReceiverTest.java | 19 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/ |
D | AdsRelevanceStatusUtilsTest.java | 56 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/ |
D | AuctionResultValidatorTest.java | 41 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/ |
D | PeriodicEncodingJobWorkerTest.java | 36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 77 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class, 160 @ExpectErrorLogUtilWithExceptionCall( 162 @ExpectErrorLogUtilWithExceptionCall( 215 @ExpectErrorLogUtilWithExceptionCall( 218 @ExpectErrorLogUtilWithExceptionCall(
|
D | ProtectedSignalsServiceImplTest.java | 61 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 98 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class, 340 @ExpectErrorLogUtilWithExceptionCall( 356 @ExpectErrorLogUtilWithExceptionCall( 372 @ExpectErrorLogUtilWithExceptionCall( 387 @ExpectErrorLogUtilWithExceptionCall( 598 @ExpectErrorLogUtilWithExceptionCall(
|
D | UpdatesDownloaderTest.java | 33 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 56 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class, 101 @ExpectErrorLogUtilWithExceptionCall(
|
D | ForcedEncoderNoOpImplTest.java | 22 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 27 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
|
D | PeriodicEncodingJobRunnerTest.java | 42 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 81 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class, 236 @ExpectErrorLogUtilWithExceptionCall( 270 @ExpectErrorLogUtilWithExceptionCall(
|
D | ForcedEncoderFactoryTest.java | 26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 36 throwable = ExpectErrorLogUtilWithExceptionCall.Any.class,
|
D | SignalsScriptEngineTest.java | 39 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/ |
D | ModelManagerTest.java | 19 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/ |
D | AdIdCacheManagerTest.java | 22 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/ |
D | CustomAudienceServiceImplTest.java | 78 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/ |
D | BlockedTopicsManagerTest.java | 53 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/ |
D | ExpectErrorLogUtilWithExceptionCall.java | 45 public @interface ExpectErrorLogUtilWithExceptionCall { annotation 47 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName();
|