Home
last modified time | relevance | path

Searched refs:ANNOTATION_NAME (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifier.java19 ….android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME;
69 Log.v(mTag, "No @" + ANNOTATION_NAME + " found over test method."); in getExpectedLogCalls()
75 .peek(a -> validateTimes(a.times(), ANNOTATION_NAME)) in getExpectedLogCalls()
82 + ANNOTATION_NAME in getExpectedLogCalls()
93 + ANNOTATION_NAME in getResolutionMessage()
DAdServicesErrorLogUtilVerifier.java20 …rt static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilCall.ANNOTATION_NAME;
68 Log.v(mTag, "No @" + ANNOTATION_NAME + " found over test method."); in getExpectedLogCalls()
74 .peek(a -> validateTimes(a.times(), ANNOTATION_NAME)) in getExpectedLogCalls()
81 + ANNOTATION_NAME in getExpectedLogCalls()
92 + ANNOTATION_NAME in getResolutionMessage()
DErrorLogUtilCall.java89 validateAllParamsDefined(call, ExpectErrorLogUtilCall.ANNOTATION_NAME); in createFrom()
118 validateAllParamsDefined(call, ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME); in createFrom()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/builder/
DDeletionTriggerPolicyAnnotations.kt27 const val ANNOTATION_NAME = "deletionTrigger" constant
40 DeletionTriggerPolicyAnnotations.ANNOTATION_NAME, in toAnnotation()
49 return this.filter { it.name == DeletionTriggerPolicyAnnotations.ANNOTATION_NAME } in deletionTriggers()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/annotations/
DExpectErrorLogUtilCall.java44 String ANNOTATION_NAME = ExpectErrorLogUtilCall.class.getSimpleName(); field
DExpectErrorLogUtilWithExceptionCall.java47 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName(); field