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.java49 protected int getTargetApiLevel() { in getTargetApiLevel() method in BaseDeviceAdminTest
74 return getTargetApiLevel() > Build.VERSION_CODES.M; in shouldResetPasswordThrow()
DDeviceAdminTest.java38 assertEquals(getTargetApiLevel(), pi.applicationInfo.targetSdkVersion); in testTargetApiLevel()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java69 protected int getTargetApiLevel() throws Exception { in getTargetApiLevel() method in BaseDeviceAdminTest
DDelegatedCertInstallerTest.java252 boolean shouldThrowException = getTargetApiLevel() >= Build.VERSION_CODES.N; in testSetNotExistCertInstallerPackage()