Home
last modified time | relevance | path

Searched refs:ErrorCause (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DFledgeAuthorizationFilter.java248 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE.getValue()); in assertAdTechAllowed()
269 EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue()); in assertAdTechAllowed()
290 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.getValue()); in assertAdTechAllowed()
401 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE.getValue()); in getAndAssertAdTechFromUriAllowed()
412 int errorCause = EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue(); in getAndAssertAdTechFromUriAllowed()
425 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.getValue(); in getAndAssertAdTechFromUriAllowed()
478 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE.getValue()); in assertAdTechEnrolled()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/
DEnrollmentStatus.java57 public enum ErrorCause { enum in EnrollmentStatus
64 ErrorCause(int value) { in ErrorCause() method in EnrollmentStatus.ErrorCause
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java1131 interface ErrorCause { interface in ErrorPolicyManager
1135 static ErrorCause fromIwlanError(IwlanError iwlanError) { in fromIwlanError()
1148 abstract static class NonIkeProtocolErrorCause implements ErrorCause {}
1155 abstract static class IkeProtocolErrorCause implements ErrorCause {
1172 final ConcurrentHashMap<ErrorCause, RetryAction> mLastRetryActionByCause;
1213 ErrorCause errorCause = ErrorCause.fromIwlanError(iwlanError); in generateRetryAction()
1237 ErrorCause errorCause = ErrorCause.fromIwlanError(iwlanError); in generateRetryAction()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeAuthorizationFilterTest.java692 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE in testAssertAdTechHasPermission_noEnrollmentForAdTech_throwSecurityException()
741 eq(EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue())); in testAssertAdTechHasPermission_appManifestNoPermission_throwSecurityException()
788 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE in testAdTechInBlocklist_throwSecurityException()
868 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE in testAdTechNotEnrolled_throwSecurityException()
969 EnrollmentStatus.ErrorCause.ENROLLMENT_NOT_FOUND_ERROR_CAUSE in testGetAndAssertAdTechFromUriAllowed_notEnrolled_throwsNotAllowedException()
1021 eq(EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue())); in testGetAndAssertAdTechFromUriAllowed_notAllowedByApp_throwsNotAllowedException()
1074 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE in testGetAndAssertAdTechFromUriAllowed_adTechBlocklisted_throwsNotAllowedException()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/enrollment/
DEnrollmentUtilTest.java59 int errorCause = EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.getValue(); in logEnrollmentFailedStats_nullInput_defaultValuesUsed()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DTopicsServiceImplTest.java524 eq(EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue())); in checkSdkHasEnrollmentIdNull()
549 eq(EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue())); in checkSdkEnrollmentInBlocklist_blocked()
570 eq(EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue())); in checkSdkEnrollmentIdIsDisallowed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DTopicsServiceImpl.java403 EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue()); in canCallerInvokeTopicsService()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java787 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.ordinal(); in testLogEnrollmentFailedStats()
DStatsdAdServicesLoggerTest.java1129 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.ordinal(); in logEnrollmentFailed_success()