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/ |
D | ErrorLogUtilCall.java | 20 …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/ |
D | ErrorLogUtilCallTest.java | 20 …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()
|
D | AdServicesErrorLogUtilVerifierTest.java | 19 …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()
|
D | AdServicesErrorLogUtilWithExceptionVerifierTest.java | 19 …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/ |
D | ExpectErrorLogUtilCall.java | 47 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
|
D | SetErrorLogUtilDefaultParams.java | 19 …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
|
D | ExpectErrorLogUtilWithExceptionCall.java | 20 …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
|