Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java182 String annotationPackage = indirectAnnotation.annotationType().getPackage().getName(); in getReplacementAnnotations() local
183 if (shouldSkipAnnotation(annotationPackage)) { in getReplacementAnnotations()
196 private static boolean shouldSkipAnnotation(String annotationPackage) { in shouldSkipAnnotation() argument
199 if (annotationPackage.startsWith( in shouldSkipAnnotation()
203 } else if (annotationPackage.equals(ignoredPackage)) { in shouldSkipAnnotation()