Home
last modified time | relevance | path

Searched refs:UNDEFINED_INT_PARAM (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DErrorLogUtilCall.java20 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
82 annotation.errorCode() == UNDEFINED_INT_PARAM in createFrom()
85 annotation.ppapiName() == UNDEFINED_INT_PARAM in createFrom()
111 annotation.errorCode() == UNDEFINED_INT_PARAM in createFrom()
114 annotation.ppapiName() == UNDEFINED_INT_PARAM in createFrom()
125 ? new ErrorLogUtilCall(Undefined.class, UNDEFINED_INT_PARAM, UNDEFINED_INT_PARAM) in createFrom()
137 if (call.mErrorCode == UNDEFINED_INT_PARAM) { in validateAllParamsDefined()
141 if (call.mPpapiName == UNDEFINED_INT_PARAM) { in validateAllParamsDefined()
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DErrorLogUtilCallTest.java20 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
66 mockAnnotationWithoutException(UNDEFINED_INT_PARAM, UNDEFINED_INT_PARAM, 3); in testCreateFrom_withNoExceptionAnnotationDerivesFromDefaults_createsObject()
79 mockAnnotationWithoutException(UNDEFINED_INT_PARAM, 30, 3); in testCreateFrom_withNoExceptionAnnotationMissingErrorCode_throwsException()
93 mockAnnotationWithoutException(2, UNDEFINED_INT_PARAM, 3); in testCreateFrom_withNoExceptionAnnotationMissingPpapiName_throwsException()
94 mockDefaultParams(Any.class, 60, UNDEFINED_INT_PARAM); in testCreateFrom_withNoExceptionAnnotationMissingPpapiName_throwsException()
120 mockAnnotationWithException(Undefined.class, UNDEFINED_INT_PARAM, UNDEFINED_INT_PARAM, 1); in testCreateFrom_withExceptionAnnotationDerivesFromDefaults_createsObject()
151 mockAnnotationWithException(Any.class, UNDEFINED_INT_PARAM, 30, 3); in testCreateFrom_withExceptionAnnotationMissingErrorCode_throwsException()
167 mockAnnotationWithException(Any.class, 40, UNDEFINED_INT_PARAM, 3); in testCreateFrom_withExceptionAnnotationMissingPpapiName_throwsException()
168 mockDefaultParams(IllegalArgumentException.class, 60, UNDEFINED_INT_PARAM); in testCreateFrom_withExceptionAnnotationMissingPpapiName_throwsException()
DAdServicesErrorLogUtilVerifierTest.java19 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
106 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()
127 /* ppapiName= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException()
147 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
148 /* ppapiName= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
280 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
287 /* ppapiName= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
DAdServicesErrorLogUtilWithExceptionVerifierTest.java19 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
134 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()
156 /* ppapiName= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException()
178 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
184 /* ppapiName= */ UNDEFINED_INT_PARAM); in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
334 /* errorCode= */ UNDEFINED_INT_PARAM, in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilCall.java47 int UNDEFINED_INT_PARAM = Integer.MIN_VALUE; field
58 int errorCode() default UNDEFINED_INT_PARAM; in errorCode() field
66 int ppapiName() default UNDEFINED_INT_PARAM; in ppapiName() field
DSetErrorLogUtilDefaultParams.java19 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
44 int errorCode() default UNDEFINED_INT_PARAM; in errorCode() field
50 int ppapiName() default UNDEFINED_INT_PARAM; in ppapiName() field
DExpectErrorLogUtilWithExceptionCall.java20 …tatic com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.UNDEFINED_INT_PARAM;
73 int errorCode() default UNDEFINED_INT_PARAM; in errorCode() field
81 int ppapiName() default UNDEFINED_INT_PARAM; in ppapiName() field