Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/class2greylist/
DCovariantReturnTypeHandlerTest.java72 Map<String, AnnotationHandler> handlerMap = in testReturnTypeWhitelisted() local
78 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testReturnTypeWhitelisted()
96 Map<String, AnnotationHandler> handlerMap = in testAnnotatedMemberNotPublicApi() local
102 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testAnnotatedMemberNotPublicApi()
118 Map<String, AnnotationHandler> handlerMap = in testReturnTypeAlreadyWhitelisted() local
127 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testReturnTypeAlreadyWhitelisted()
143 Map<String, AnnotationHandler> handlerMap = in testAnnotationOnField() local
149 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testAnnotationOnField()
DUnsupportedAppUsageAnnotationHandlerTest.java328 Map<String, AnnotationHandler> handlerMap = in testOverrideMethodWithBridge() local
330 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testOverrideMethodWithBridge()
331 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testOverrideMethodWithBridge()
360 Map<String, AnnotationHandler> handlerMap = in testOverridePublicMethodWithBridge() local
362 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testOverridePublicMethodWithBridge()
363 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testOverridePublicMethodWithBridge()
396 Map<String, AnnotationHandler> handlerMap = in testBridgeMethodsFromInterface() local
398 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Interface"), mStatus, handlerMap) in testBridgeMethodsFromInterface()
400 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testBridgeMethodsFromInterface()
401 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testBridgeMethodsFromInterface()
[all …]
DRepeatedAnnotationHandlerTest.java66 Map<String, AnnotationHandler> handlerMap = in testRepeated() local
69 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testRepeated()