Searched refs:SetLogcatTag (Results 1 – 6 of 6) sorted by relevance
26 import com.android.adservices.shared.testing.annotations.SetLogcatTag;28 @SetLogcatTag(tag = LOGCAT_TAG_TOPICS)
34 import com.android.adservices.shared.testing.annotations.SetLogcatTag;45 @SetLogcatTag(tag = LOGCAT_TAG_FLEDGE)
42 import com.android.adservices.shared.testing.annotations.SetLogcatTag;512 } else if (annotation instanceof SetLogcatTag) { in setAnnotatedFlags()513 setAnnotatedFlag((SetLogcatTag) annotation); in setAnnotatedFlags()669 || (annotation instanceof SetLogcatTag) in isFlagAnnotationPresent()884 private void setAnnotatedFlag(SetLogcatTag annotation) { in setAnnotatedFlag()890 for (SetLogcatTag annotation : repeatedAnnotation.value()) { in setAnnotatedFlag()
27 SetLogcatTag[] value(); in value()
35 public @interface SetLogcatTag { annotation
39 import com.android.adservices.shared.testing.annotations.SetLogcatTag;73 @SetLogcatTag(tag = APPSEARCH_WRITER_ACTIVITY_CLASS)