Searched refs:mAnnotations (Results 1 – 2 of 2) sorted by relevance
/tools/platform-compat/javatest/android/processor/compat/changeid/ |
D | ChangeIdProcessorTest.java | 37 private static final JavaFileObject[] mAnnotations = { field in ChangeIdProcessorTest 121 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput() 169 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_multiplePackages() 206 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_innerClass() 238 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_interface() 271 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_enum() 296 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothDisabledAndEnabledAfter() 321 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothLoggingOnlyAndEnabledAfter() 346 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothLoggingOnlyAndDisabled() 374 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testLoggingOnly() [all …]
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | TestDescription.java | 36 private Annotation[] mAnnotations; field in TestDescription 50 mAnnotations = new Annotation[0]; in TestDescription() 70 mAnnotations = annotations; in TestDescription() 89 for (Annotation each : mAnnotations) { in getAnnotation() 99 return Arrays.asList(mAnnotations); in getAnnotations()
|