Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 9 of 9) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java245 private static int getAnnotationWeight(Annotation annotation) { in getAnnotationWeight()
265 static String getParameterName(Annotation annotation) { in getParameterName()
292 Annotation annotation = annotations.get(index); in resolveRecursiveAnnotations() local
302 private static boolean isParameterizedAnnotation(Annotation annotation) { in isParameterizedAnnotation()
310 private static Annotation[] getIndirectAnnotations(Annotation annotation) { in getIndirectAnnotations()
317 private static boolean isRepeatingAnnotation(Annotation annotation) { in isRepeatingAnnotation()
369 Annotation annotation, in getReplacementAnnotations()
416 private static boolean shouldSkipAnnotation(Annotation annotation) { in shouldSkipAnnotation()
441 private boolean annotationShouldBeSkipped(Annotation annotation) { in annotationShouldBeSkipped()
723 Annotation annotation = annotations.get(index); in parseEnterpriseAnnotations() local
[all …]
DPolicy.java215 …, Boolean, Set<Annotation>> devicePolicyManagerRoleHolderIfCanSet(Annotation annotation, UserType … in devicePolicyManagerRoleHolderIfCanSet()
DBedsteadFrameworkMethod.java109 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations() local
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
DAnnotationExecutor.java33 void applyAnnotation(Annotation annotation); in applyAnnotation()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminFeaturesCheckerRule.java142 RequiresAdditionalFeatures annotation) { in apply()
151 ITestDevice testDevice, RequiresProfileOwnerSupport annotation) in apply()
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DInteractiveAnnotationExecutor.java32 public void applyAnnotation(Annotation annotation) { in applyAnnotation()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/filter/
DCoreTestModeFilter.java112 private static boolean isNonMtsTestDisabledOnThisSdk(Annotation annotation) { in isNonMtsTestDisabledOnThisSdk()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java72 final Test annotation = method.getAnnotation(Test.class); in getTestMethod() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionEndToEndTest.java639 @Nullable Annotation annotation) { in createTestCharSequence()