/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… 26 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 210 ExpectErrorLogUtilWithExceptionCall annotation1 = in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList() 216 ExpectErrorLogUtilWithExceptionCall annotation2 = in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList() 228 new ExpectErrorLogUtilWithExceptionCall[] { in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList() 252 ExpectErrorLogUtilWithExceptionCall annotation1 = in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException() 258 ExpectErrorLogUtilWithExceptionCall annotation2 = in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException() 270 new ExpectErrorLogUtilWithExceptionCall[] { in testGetExpectedLogCalls_withMultipleAnnotationZeroTimes_throwsException() 289 ExpectErrorLogUtilWithExceptionCall annotation1 = in testGetExpectedLogCalls_withMultipleAnnotationNegativeTimes_throwsException() [all …]
|
/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… 23 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 94 List<ExpectErrorLogUtilWithExceptionCall> annotations = getAnnotations(description); in parseExpectedLogCalls() 121 private List<ExpectErrorLogUtilWithExceptionCall> getAnnotations(Description description) { in getAnnotations() 130 ExpectErrorLogUtilWithExceptionCall single = in getAnnotations() 131 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()
|
/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(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/ |
D | FetchCustomAudienceImplTest.java | 143 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 311 @ExpectErrorLogUtilWithExceptionCall( 315 @ExpectErrorLogUtilWithExceptionCall( 348 @ExpectErrorLogUtilWithExceptionCall( 389 @ExpectErrorLogUtilWithExceptionCall( 428 @ExpectErrorLogUtilWithExceptionCall( 468 @ExpectErrorLogUtilWithExceptionCall( 509 @ExpectErrorLogUtilWithExceptionCall( 640 @ExpectErrorLogUtilWithExceptionCall( 687 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | CustomAudienceServiceImplTest.java | 85 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 373 @ExpectErrorLogUtilWithExceptionCall( 428 @ExpectErrorLogUtilWithExceptionCall( 464 @ExpectErrorLogUtilWithExceptionCall( 487 @ExpectErrorLogUtilWithExceptionCall( 508 @ExpectErrorLogUtilWithExceptionCall( 529 @ExpectErrorLogUtilWithExceptionCall( 552 @ExpectErrorLogUtilWithExceptionCall( 620 @ExpectErrorLogUtilWithExceptionCall( 731 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | ScheduleCustomAudienceUpdateImplTest.java | 80 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 503 @ExpectErrorLogUtilWithExceptionCall( 622 @ExpectErrorLogUtilWithExceptionCall( 833 @ExpectErrorLogUtilWithExceptionCall( 837 @ExpectErrorLogUtilWithExceptionCall( 925 @ExpectErrorLogUtilWithExceptionCall( 937 @ExpectErrorLogUtilWithExceptionCall( 963 @ExpectErrorLogUtilWithExceptionCall( 989 @ExpectErrorLogUtilWithExceptionCall( 1030 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | ImpressionReporterTest.java | 96 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 243 @ExpectErrorLogUtilWithExceptionCall( 256 @ExpectErrorLogUtilWithExceptionCall( 283 @ExpectErrorLogUtilWithExceptionCall( 309 @ExpectErrorLogUtilWithExceptionCall( 335 @ExpectErrorLogUtilWithExceptionCall( 360 @ExpectErrorLogUtilWithExceptionCall( 364 @ExpectErrorLogUtilWithExceptionCall( 390 @ExpectErrorLogUtilWithExceptionCall( 394 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | ReportImpressionScriptEngineTest.java | 45 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 195 @ExpectErrorLogUtilWithExceptionCall( 324 @ExpectErrorLogUtilWithExceptionCall( 363 @ExpectErrorLogUtilWithExceptionCall( 395 @ExpectErrorLogUtilWithExceptionCall( 427 @ExpectErrorLogUtilWithExceptionCall( 461 @ExpectErrorLogUtilWithExceptionCall( 492 @ExpectErrorLogUtilWithExceptionCall( 523 @ExpectErrorLogUtilWithExceptionCall( 555 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | ReportAndRegisterEventImplTest.java | 84 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 285 @ExpectErrorLogUtilWithExceptionCall( 289 @ExpectErrorLogUtilWithExceptionCall( 329 @ExpectErrorLogUtilWithExceptionCall( 333 @ExpectErrorLogUtilWithExceptionCall( 373 @ExpectErrorLogUtilWithExceptionCall( 377 @ExpectErrorLogUtilWithExceptionCall( 558 @ExpectErrorLogUtilWithExceptionCall( 603 @ExpectErrorLogUtilWithExceptionCall( 650 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | AuctionResultValidatorTest.java | 21 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 41 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 135 @ExpectErrorLogUtilWithExceptionCall( 161 @ExpectErrorLogUtilWithExceptionCall(
|
D | ReportAndRegisterEventFallbackImplTest.java | 88 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 314 @ExpectErrorLogUtilWithExceptionCall( 379 @ExpectErrorLogUtilWithExceptionCall( 383 @ExpectErrorLogUtilWithExceptionCall( 447 @ExpectErrorLogUtilWithExceptionCall( 512 @ExpectErrorLogUtilWithExceptionCall( 516 @ExpectErrorLogUtilWithExceptionCall( 801 @ExpectErrorLogUtilWithExceptionCall( 856 @ExpectErrorLogUtilWithExceptionCall( 913 @ExpectErrorLogUtilWithExceptionCall( [all …]
|
D | AuctionServerDataCompressorFactoryTest.java | 24 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 51 @ExpectErrorLogUtilWithExceptionCall(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/common/ |
D | FledgeAllowListsFilterTest.java | 40 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 109 @ExpectErrorLogUtilWithExceptionCall( 139 @ExpectErrorLogUtilWithExceptionCall( 168 @ExpectErrorLogUtilWithExceptionCall( 197 @ExpectErrorLogUtilWithExceptionCall(
|
/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(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/ |
D | AdExtBootCompletedReceiverTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 31 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 59 @ExpectErrorLogUtilWithExceptionCall
|
D | AdServicesBackCompatInitTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 49 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 182 @ExpectErrorLogUtilWithExceptionCall( 210 @ExpectErrorLogUtilWithExceptionCall( 213 @ExpectErrorLogUtilWithExceptionCall(
|
D | AppImportanceFilterTest.java | 47 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 218 @ExpectErrorLogUtilWithExceptionCall( 233 @ExpectErrorLogUtilWithExceptionCall( 260 @ExpectErrorLogUtilWithExceptionCall( 298 @ExpectErrorLogUtilWithExceptionCall(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/ |
D | DbHelperTest.java | 23 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 40 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 119 @ExpectErrorLogUtilWithExceptionCall( 132 @ExpectErrorLogUtilWithExceptionCall(
|
/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(
|
/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(
|
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/ |
D | ExpectErrorLogUtilWithExceptionCall.java | 46 public @interface ExpectErrorLogUtilWithExceptionCall { annotation 48 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName();
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateEncryptionKeyFetcherTest.java | 38 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 108 @ExpectErrorLogUtilWithExceptionCall( 123 @ExpectErrorLogUtilWithExceptionCall( 139 @ExpectErrorLogUtilWithExceptionCall( 159 @ExpectErrorLogUtilWithExceptionCall(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/access/ |
D | PackageNameUidCheckAccessResolverTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 36 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 122 @ExpectErrorLogUtilWithExceptionCall(
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/ |
D | PeriodicEncodingJobWorkerTest.java | 19 import static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall… 37 import com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall; 163 @ExpectErrorLogUtilWithExceptionCall( 165 @ExpectErrorLogUtilWithExceptionCall( 218 @ExpectErrorLogUtilWithExceptionCall( 221 @ExpectErrorLogUtilWithExceptionCall(
|