Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/class2nonsdklist/
DUnsupportedAppUsageAnnotationHandler.java111 Integer maxTargetSdk = null; in handleAnnotation() local
136 maxTargetSdk = ((SimpleElementValue) property.getValue()).getValueInt(); in handleAnnotation()
169 SDK_VERSION_R.equals(maxTargetSdk); in handleAnnotation()
180 if (!mSdkVersionToFlagMap.containsKey(maxTargetSdk)) { in handleAnnotation()
183 maxTargetSdk, in handleAnnotation()
190 maxTargetSdk); in handleAnnotation()
200 signature, mSdkVersionToFlagMap.get(maxTargetSdk)); in handleAnnotation()
207 ImmutableSet.of(mSdkVersionToFlagMap.get(maxTargetSdk))); in handleAnnotation()
/tools/platform-compat/java/android/compat/annotation/
DUnsupportedAppUsage.java100 int maxTargetSdk() default Integer.MAX_VALUE; in maxTargetSdk() method