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 160 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput() 208 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_multiplePackages() 245 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_innerClass() 277 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_interface() 310 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testCompatConfigXmlOutput_enum() 335 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothDisabledAndEnabledAfter() 360 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothDisabledAndEnabledSince() 386 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothLoggingOnlyAndEnabledAfter() 411 .compile(ObjectArrays.concat(mAnnotations, source, JavaFileObject.class)); in testBothLoggingOnlyAndEnabledSince() [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()
|