Home
last modified time | relevance | path

Searched refs:getEntityStatus (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/
DFetcherUtil.java478 if (asyncFetchStatus.getEntityStatus() == AsyncFetchStatus.EntityStatus.SUCCESS in getStatus()
480 && (asyncFetchStatus.getEntityStatus() in getStatus()
482 || asyncFetchStatus.getEntityStatus() in getStatus()
486 } else if (asyncFetchStatus.getEntityStatus() == AsyncFetchStatus.EntityStatus.UNKNOWN in getStatus()
507 } else if (asyncFetchStatus.getEntityStatus() in getFailureType()
510 } else if (asyncFetchStatus.getEntityStatus() in getFailureType()
512 || asyncFetchStatus.getEntityStatus() == AsyncFetchStatus.EntityStatus.PARSING_ERROR in getFailureType()
513 || asyncFetchStatus.getEntityStatus() in getFailureType()
516 } else if (asyncFetchStatus.getEntityStatus() in getFailureType()
DAsyncFetchStatus.java81 public EntityStatus getEntityStatus() { in getEntityStatus() method in AsyncFetchStatus
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncSourceFetcherTest.java396 asyncFetchStatus.getEntityStatus()); in testBasicSourceRequest_skipSourceWhenNotEnrolled()
561 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchSource_invalidWebDestinationInList_fails()
605 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchSource_tooManyWebDestinationInList_fails()
634 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in fetchSource_noDestinations_fail()
664 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in fetchSource_noAppDestination_emptyWebDestination_fail()
886 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in testBadSourceJson_missingSourceEventId()
917 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in testBadSourceJson_sendHeaderErrorDebugReport()
955 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in testBadSourceJson_headerErrorDebugReportDiabled_doNotSend()
981 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in testBadSourceJson_notOptInHeaderErrorDebugReport_doNotSend()
1012 AsyncFetchStatus.EntityStatus.PARSING_ERROR, asyncFetchStatus.getEntityStatus()); in testBadSourceJson_invalidOptInHeaderErrorDebugReport_doNotSend()
[all …]
DAsyncTriggerFetcherTest.java462 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails()
510 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in triggerRequest_aggregateDeduplicationKey_dedupKeyNegative_fails()
558 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in triggerRequest_aggregateDeduplicationKey_dedupKeyTooLarge_fails()
606 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAnInt_fails()
1220 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchTrigger_triggerDataNotAString_fails()
1246 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchTrigger_triggerDataNegative_fails()
1273 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchTrigger_triggerDataTooLarge_fails()
1299 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in fetchTrigger_triggerDataNotAnInt_fails()
1384 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in testTriggerRequest_eventTriggerDataWithValueTooSmall_fail()
1412 AsyncFetchStatus.EntityStatus.VALIDATION_ERROR, asyncFetchStatus.getEntityStatus()); in testTriggerRequest_eventTriggerDataWithValueTooLarge_fail()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EInteropMockTest.java286 Assert.assertTrue(sParsingErrors.contains(status.getEntityStatus())); in insertSourceOrAssertUnparsable()
329 Assert.assertTrue(sParsingErrors.contains(status.getEntityStatus())); in insertTriggerOrAssertUnparsable()