Searched refs:ANNOTATION_NAME (Results 1 – 6 of 6) sorted by relevance
19 ….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()
20 …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()
89 validateAllParamsDefined(call, ExpectErrorLogUtilCall.ANNOTATION_NAME); in createFrom()118 validateAllParamsDefined(call, ExpectErrorLogUtilWithExceptionCall.ANNOTATION_NAME); in createFrom()
27 const val ANNOTATION_NAME = "deletionTrigger" constant40 DeletionTriggerPolicyAnnotations.ANNOTATION_NAME, in toAnnotation()49 return this.filter { it.name == DeletionTriggerPolicyAnnotations.ANNOTATION_NAME } in deletionTriggers()
44 String ANNOTATION_NAME = ExpectErrorLogUtilCall.class.getSimpleName(); field
47 String ANNOTATION_NAME = ExpectErrorLogUtilWithExceptionCall.class.getSimpleName(); field