Home
last modified time | relevance | path

Searched refs:INVALID_ERROR_CODE_MESSAGE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/
DAdServicesNetworkException.java75 public static final String INVALID_ERROR_CODE_MESSAGE = "Valid error code must be set."; field in AdServicesNetworkException
125 throw new IllegalArgumentException(INVALID_ERROR_CODE_MESSAGE); in checkErrorCode()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/exceptions/
DAdServicesNetworkExceptionTest.java20 import static android.adservices.exceptions.AdServicesNetworkException.INVALID_ERROR_CODE_MESSAGE;
53 assertThat(exception).hasMessageThat().isEqualTo(INVALID_ERROR_CODE_MESSAGE); in testExceptionWithErrorCode_errorCodeInvalid()
DRetryableAdServicesNetworkExceptionTest.java20 …tatic android.adservices.exceptions.RetryableAdServicesNetworkException.INVALID_ERROR_CODE_MESSAGE;
68 assertThat(exception).hasMessageThat().isEqualTo(INVALID_ERROR_CODE_MESSAGE); in testExceptionWithErrorCodeAndRetryAfter_errorCodeInvalid()