Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DDexFormat.java36 public static final int API_DEFINE_INTERFACE_METHODS = 24; field in DexFormat
131 return API_DEFINE_INTERFACE_METHODS; in magicToApi()
162 } else if (targetApiLevel >= API_DEFINE_INTERFACE_METHODS) { in apiToMagic()
/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java922 if (!dexOptions.apiIsSupported(DexFormat.API_DEFINE_INTERFACE_METHODS)) { in checkInterfaceMethodDeclaration()
928 DexFormat.API_DEFINE_INTERFACE_METHODS, dexOptions.minSdkVersion, in checkInterfaceMethodDeclaration()