Home
last modified time | relevance | path

Searched refs:RepeatingAnnotation (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/
DEnsurePackagesNotInstalled.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
DRequireUsersSupported.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
DRequireDoesNotHaveFeatures.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
DRequireFeatures.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
DRequirePackagesInstalled.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
DRequirePackagesNotInstalled.java19 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
28 @RepeatingAnnotation
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/meta/
DRepeatingAnnotation.java29 public @interface RepeatingAnnotation { annotation
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java29 import com.android.bedstead.harrier.annotations.meta.RepeatingAnnotation;
164 if (annotation.annotationType().getAnnotation(RepeatingAnnotation.class) != null) { in getReplacementAnnotations()