Searched defs:apiLevel (Results 1 – 12 of 12) sorted by relevance
79 int apiLevel = mCodebase.getApiLevel(); in getApi() local87 int apiLevel = mMinApi - 1; in getApi() local114 private void processCodebase(Api api, int apiLevel) { in processCodebase()121 private void readJar(Api api, int apiLevel, File jar) throws IOException { in readJar()148 theClass.addInterface((String) interfaceName, apiLevel); in readJar() local182 private File getAndroidJarFile(int apiLevel) { in getAndroidJarFile()
66 int apiLevel = device.getApiLevel(); in shouldDisable() local
1241 private void doSetupExpectations(int apiLevel) in doSetupExpectations()1259 int apiLevel, in doSetupExpectations()
61 int apiLevel = Build.VERSION.SDK_INT; in onCreate() local
60 var apiLevel: Int in <lambda>() variable264 override var apiLevel: Int = -1 variable in com.android.tools.metalava.model.DefaultCodebase
178 int apiLevel = device.getApiLevel(); in isGoldAndAbove() local
687 int apiLevel = -1; in getDeviceSdkLevel() local
2377 int apiLevel = getApiLevelSafe(); in takeBugreport() local3659 int apiLevel = UNKNOWN_API_LEVEL; in getApiLevel() local3674 int apiLevel = getApiLevel() + ("REL".equals(codeName) ? 0 : 1); in checkApiLevelAgainstNextRelease() local
1210 final int apiLevel = getApiLevel(); in stopUser() local
2501 for (apiLevel in 5..27) { in Test All Android API levels() constant
1555 var apiLevel = minApi - 1 in <lambda>() variable
3310 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess()