Home
last modified time | relevance | path

Searched refs:getTargetApiLevel (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DBaseDeviceAdminTest.java59 protected int getTargetApiLevel() { in getTargetApiLevel() method in BaseDeviceAdminTest
84 return getTargetApiLevel() > Build.VERSION_CODES.M; in shouldResetPasswordThrow()
DDeviceAdminTest.java39 assertTrue(getTargetApiLevel() == pi.applicationInfo.targetSdkVersion || in testTargetApiLevel()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java175 protected int getTargetApiLevel() throws Exception { in getTargetApiLevel() method in BaseDeviceAdminTest
DDelegatedCertInstallerTest.java193 boolean shouldThrowException = getTargetApiLevel() >= Build.VERSION_CODES.N; in testSetNotExistCertInstallerPackage()