Searched refs:apiLevel (Results 1 – 13 of 13) sorted by relevance
74 for (int apiLevel = 1; apiLevel < mApiLevels.length; apiLevel++) { in getApi()75 File jar = getAndroidJarFile(apiLevel); in getApi()76 readJar(api, apiLevel, jar); in getApi()79 int apiLevel = mCodebase.getApiLevel(); in getApi() local80 if (apiLevel != -1) { in getApi()81 processCodebase(api, apiLevel); in getApi()87 int apiLevel = mMinApi - 1; in getApi() local89 apiLevel++; in getApi()91 if (apiLevel == mCurrentApi) { in getApi()95 jar = getAndroidJarFile(apiLevel); in getApi()[all …]
26 fun addApisFromCodebase(api: Api, apiLevel: Int, codebase: Codebase) { in addApisFromCodebase()39 val newClass = api.addClass(cls.internalName(), apiLevel, cls.deprecated) in addApisFromCodebase()55 val since = removed?.since ?: apiLevel in addApisFromCodebase()58 entry.update(apiLevel) in addApisFromCodebase()78 newClass.addSuperClass(filteredSuperClass.internalName(), apiLevel) in addApisFromCodebase()81 newClass.addSuperClass(superClass.internalName(), apiLevel) in addApisFromCodebase()86 newClass.addInterface(superClass.internalName(), apiLevel) in addApisFromCodebase()91 newClass.addSuperClass("java/lang/Enum", apiLevel) in addApisFromCodebase()95 … newClass.addMethod("valueOf(Ljava/lang/String;)L" + newClass.name + ";", apiLevel, false) in addApisFromCodebase()96 newClass.addMethod("values()[L" + newClass.name + ";", apiLevel, false) in addApisFromCodebase()[all …]
178 int apiLevel = device.getApiLevel(); in isGoldAndAbove() local180 apiLevel++; in isGoldAndAbove()182 return apiLevel >= 25; in isGoldAndAbove()
61 int apiLevel = Build.VERSION.SDK_INT; in onCreate() local65 apiLevel++; in onCreate()69 if (apiLevel >= API_LEVEL_Q_TBD) { in onCreate()
697 int apiLevel = -1; in getDeviceSdkLevel() local700 apiLevel = Integer.parseInt(prop); in getDeviceSdkLevel()704 return apiLevel; in getDeviceSdkLevel()
1009 int apiLevel = getApiLevel(); in isRuntimePermissionSupported() local1010 boolean condition = apiLevel > 22; in isRuntimePermissionSupported()1015 apiLevel); in isRuntimePermissionSupported()2476 int apiLevel = getApiLevelSafe(); in takeBugreport() local2477 if (apiLevel == UNKNOWN_API_LEVEL) { in takeBugreport()2480 if (apiLevel >= 24) { in takeBugreport()3929 int apiLevel = UNKNOWN_API_LEVEL; in getApiLevel() local3932 apiLevel = Integer.parseInt(prop); in getApiLevel()3941 return apiLevel; in getApiLevel()3956 int apiLevel = getApiLevel() + ("REL".equals(codeName) ? 0 : 1); in checkApiLevelAgainstNextRelease() local[all …]
1345 final int apiLevel = getApiLevel(); in stopUser() local1346 if (waitFlag && apiLevel < 23) { in stopUser()1349 if (forceFlag && apiLevel < 24) { in stopUser()
258 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createTestRunner() local259 if (!mHiddenApiChecks && apiLevel >= 28) { in createTestRunner()275 if (!mWindowAnimation && apiLevel >= 14) { in createTestRunner()
690 int apiLevel = !mHiddenApiChecks || !mWindowAnimation ? getDevice().getApiLevel() : 0; in createRemoteAndroidTestRunner() local691 if (!mHiddenApiChecks && apiLevel >= 28) { in createRemoteAndroidTestRunner()707 if (!mWindowAnimation && apiLevel >= 14) { in createRemoteAndroidTestRunner()
1265 private void doSetupExpectations(int apiLevel) in doSetupExpectations() argument1272 apiLevel, in doSetupExpectations()1293 int apiLevel, in doSetupExpectations() argument1301 apiLevel, in doSetupExpectations()1311 int apiLevel, in doSetupExpectations() argument1323 EasyMock.expect(mMockDevice.getApiLevel()).andReturn(apiLevel); in doSetupExpectations()
715 int apiLevel = isHiddenApiCheckDisabled || isWindowAnimationDisabled in doRunTests() local717 if (isHiddenApiCheckDisabled && (apiLevel >= 28)) { in doRunTests()730 if (isWindowAnimationDisabled && apiLevel >= 14) { in doRunTests()
3624 int apiLevel, boolean wait, boolean force, String expectedCommand) throws Exception { in verifyStopUserSuccess() argument3647 return apiLevel; in verifyStopUserSuccess()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...