Searched refs:ErrorCause (Results 1 – 9 of 9) sorted by relevance
248 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()
57 public enum ErrorCause { enum in EnrollmentStatus64 ErrorCause(int value) { in ErrorCause() method in EnrollmentStatus.ErrorCause
1131 interface ErrorCause { interface in ErrorPolicyManager1135 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()
692 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()
59 int errorCause = EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.getValue(); in logEnrollmentFailedStats_nullInput_defaultValuesUsed()
524 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()
403 EnrollmentStatus.ErrorCause.UNKNOWN_ERROR_CAUSE.getValue()); in canCallerInvokeTopicsService()
787 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.ordinal(); in testLogEnrollmentFailedStats()
1129 EnrollmentStatus.ErrorCause.ENROLLMENT_BLOCKLISTED_ERROR_CAUSE.ordinal(); in logEnrollmentFailed_success()