Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminFeaturesCheckerRule.java128 RequiresAdditionalFeatures annotation) { in apply()
137 ITestDevice testDevice, RequiresProfileOwnerSupport annotation) in apply()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DBedsteadJUnit4.java104 mAnnotationsMap.put(annotation.annotationType(), annotation); in calculateAnnotations() local
151 Annotation annotation = annotations.get(index); in resolveRecursiveAnnotations() local
160 private static List<Annotation> getReplacementAnnotations(Annotation annotation, in getReplacementAnnotations()
326 Annotation annotation = annotations.get(index); in parseEnterpriseAnnotations() local
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java72 final Test annotation = method.getAnnotation(Test.class); in getTestMethod() local