Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DRepeatedAnnotationHandler.java15 public class RepeatedAnnotationHandler extends AnnotationHandler {
19 private final AnnotationHandler mWrappedHandler;
22 RepeatedAnnotationHandler(String innerAnnotationName, AnnotationHandler wrappedHandler) { in RepeatedAnnotationHandler()
DClass2Greylist.java183 private Map<String, AnnotationHandler> createAnnotationHandlers() { in createAnnotationHandlers()
184 Builder<String, AnnotationHandler> builder = ImmutableMap.builder(); in createAnnotationHandlers()
216 private static Builder<String, AnnotationHandler> addRepeatedAnnotationHandlers( in addRepeatedAnnotationHandlers()
217 Builder<String, AnnotationHandler> builder, in addRepeatedAnnotationHandlers()
219 AnnotationHandler handler) { in addRepeatedAnnotationHandlers()
226 Map<String, AnnotationHandler> handlers = createAnnotationHandlers(); in main()
DAnnotationVisitor.java38 private final Map<String, AnnotationHandler> mAnnotationHandlers;
49 Map<String, AnnotationHandler> handlers) { in AnnotationVisitor()
DAnnotationHandler.java14 public abstract class AnnotationHandler { class
DCovariantReturnTypeHandler.java24 public class CovariantReturnTypeHandler extends AnnotationHandler {
DUnsupportedAppUsageAnnotationHandler.java29 public class UnsupportedAppUsageAnnotationHandler extends AnnotationHandler {
/art/tools/class2greylist/test/src/com/android/class2greylist/
DCovariantReturnTypeHandlerTest.java72 Map<String, AnnotationHandler> handlerMap = in testReturnTypeWhitelisted()
96 Map<String, AnnotationHandler> handlerMap = in testAnnotatedMemberNotPublicApi()
118 Map<String, AnnotationHandler> handlerMap = in testReturnTypeAlreadyWhitelisted()
143 Map<String, AnnotationHandler> handlerMap = in testAnnotationOnField()
DRepeatedAnnotationHandlerTest.java66 Map<String, AnnotationHandler> handlerMap = in testRepeated()
77 private static class TestAnnotationHandler extends AnnotationHandler {
DUnsupportedAppUsageAnnotationHandlerTest.java328 Map<String, AnnotationHandler> handlerMap = in testOverrideMethodWithBridge()
360 Map<String, AnnotationHandler> handlerMap = in testOverridePublicMethodWithBridge()
396 Map<String, AnnotationHandler> handlerMap = in testBridgeMethodsFromInterface()
433 Map<String, AnnotationHandler> handlerMap = in testPublicBridgeExcluded()
461 Map<String, AnnotationHandler> handlerMap = in testVolatileField()
483 Map<String, AnnotationHandler> handlerMap = in testVolatileFieldWrongSignature()
500 Map<String, AnnotationHandler> handlerMap = in testMethodMaxTargetSdk()
520 Map<String, AnnotationHandler> handlerMap = in testMethodNoMaxTargetSdk()
540 Map<String, AnnotationHandler> handlerMap = in testMethodMaxTargetSdkOutOfRange()