Searched defs:apiLevel (Results 1 – 4 of 4) sorted by relevance
79 int apiLevel = mCodebase.getApiLevel(); in getApi() local87 int apiLevel = mMinApi - 1; in getApi() local115 private void processCodebase(Api api, int apiLevel) { in processCodebase()122 private void readJar(Api api, int apiLevel, File jar) throws IOException { in readJar()149 theClass.addInterface((String) interfaceName, apiLevel); in readJar() local183 private File getAndroidJarFile(int apiLevel) { in getAndroidJarFile()
61 var apiLevel: Int in <lambda>() variable272 override var apiLevel: Int = -1 variable in com.android.tools.metalava.model.DefaultCodebase
3299 for (apiLevel in 5..27) { in Test All Android API levels() constant
1901 var apiLevel = minApi - 1 in <lambda>() variable