Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DProjectionHelper.java40 private final Class<? extends Annotation> mExportedSinceAnnotation; field in ProjectionHelper
45 mExportedSinceAnnotation = exportedSinceAnnotation; in ProjectionHelper()
88 if (mExportedSinceAnnotation == null) { in shouldBeIgnoredByOsVersion()
92 if (!field.isAnnotationPresent(mExportedSinceAnnotation)) { in shouldBeIgnoredByOsVersion()
97 final Annotation annotation = field.getAnnotation(mExportedSinceAnnotation); in shouldBeIgnoredByOsVersion()