Searched refs:handlerMap (Results 1 – 3 of 3) sorted by relevance
/tools/platform-compat/javatest/com/android/class2nonsdklist/ |
D | CovariantReturnTypeHandlerTest.java | 75 Map<String, AnnotationHandler> handlerMap = in testReturnTypeWhitelisted() local 81 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testReturnTypeWhitelisted() 99 Map<String, AnnotationHandler> handlerMap = in testAnnotatedMemberNotPublicApi() local 105 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testAnnotatedMemberNotPublicApi() 121 Map<String, AnnotationHandler> handlerMap = in testReturnTypeAlreadyWhitelisted() local 130 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testReturnTypeAlreadyWhitelisted() 146 Map<String, AnnotationHandler> handlerMap = in testAnnotationOnField() local 152 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testAnnotationOnField()
|
D | UnsupportedAppUsageAnnotationHandlerTest.java | 330 Map<String, AnnotationHandler> handlerMap = in testOverrideMethodWithBridge() local 332 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testOverrideMethodWithBridge() 333 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testOverrideMethodWithBridge() 362 Map<String, AnnotationHandler> handlerMap = in testOverridePublicMethodWithBridge() local 364 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testOverridePublicMethodWithBridge() 365 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testOverridePublicMethodWithBridge() 398 Map<String, AnnotationHandler> handlerMap = in testBridgeMethodsFromInterface() local 400 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Interface"), mStatus, handlerMap) in testBridgeMethodsFromInterface() 402 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Base"), mStatus, handlerMap).visit(); in testBridgeMethodsFromInterface() 403 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testBridgeMethodsFromInterface() [all …]
|
/tools/platform-compat/javatest/com/android/annotationvisitor/ |
D | RepeatedAnnotationHandlerTest.java | 68 Map<String, AnnotationHandler> handlerMap = in testRepeated() local 71 new AnnotationVisitor(mJavac.getCompiledClass("a.b.Class"), mStatus, handlerMap).visit(); in testRepeated()
|