Home
last modified time | relevance | path

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

/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java47 private static final String ANNOTATION = "Lannotation/Anno;"; field in UnsupportedAppUsageAnnotationHandlerTest
95 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistMethod()
116 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistConstructor()
137 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistField()
158 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistImplicit()
179 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistImplicit_Invalid_MissingOnClass()
201 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistImplicit_Invalid_PresentOnMember()
222 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistMethodExpectedSignature()
243 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistMethodExpectedSignatureWrong()
263 ImmutableMap.of(ANNOTATION, createGreylistHandler(x -> true, NULL_SDK_MAP)) in testGreylistInnerClassMethod()
[all …]
DCovariantReturnTypeHandlerTest.java42 private static final String ANNOTATION = "Lannotation/Annotation;"; field in CovariantReturnTypeHandlerTest
73 ImmutableMap.of(ANNOTATION, in testReturnTypeWhitelisted()
97 ImmutableMap.of(ANNOTATION, in testAnnotatedMemberNotPublicApi()
119 ImmutableMap.of(ANNOTATION, in testReturnTypeAlreadyWhitelisted()
144 ImmutableMap.of(ANNOTATION, in testAnnotationOnField()
/art/test/dexdump/
Dbytecodes.txt46 Access flags : 0x2601 (PUBLIC INTERFACE ABSTRACT ANNOTATION)
82 Access flags : 0x2601 (PUBLIC INTERFACE ABSTRACT ANNOTATION)