Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DTestDescription.java36 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()