Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DAnnotationAnalyzer.java19 import com.android.cts.ctsprofiles.AnnotationManagement;
27 private final AnnotationManagement mAnnotationManagement;
32 AnnotationManagement annotationManagement, in AnnotationAnalyzer()
/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DMethodProfile.java28 public final AnnotationManagement annotationManagement = new AnnotationManagement();
DClassProfile.java29 public final AnnotationManagement annotationManagement = new AnnotationManagement();
DAnnotationManagement.java28 public final class AnnotationManagement { class