Searched refs:INVALID_ERROR_CODE_MESSAGE (Results 1 – 3 of 3) sorted by relevance
75 public static final String INVALID_ERROR_CODE_MESSAGE = "Valid error code must be set."; field in AdServicesNetworkException125 throw new IllegalArgumentException(INVALID_ERROR_CODE_MESSAGE); in checkErrorCode()
20 import static android.adservices.exceptions.AdServicesNetworkException.INVALID_ERROR_CODE_MESSAGE;53 assertThat(exception).hasMessageThat().isEqualTo(INVALID_ERROR_CODE_MESSAGE); in testExceptionWithErrorCode_errorCodeInvalid()
20 …tatic android.adservices.exceptions.RetryableAdServicesNetworkException.INVALID_ERROR_CODE_MESSAGE;68 assertThat(exception).hasMessageThat().isEqualTo(INVALID_ERROR_CODE_MESSAGE); in testExceptionWithErrorCodeAndRetryAfter_errorCodeInvalid()