Home
last modified time | relevance | path

Searched refs:mHasSecureLockScreen (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDevicePolicyManagerParentSupportTest.java29 if (!mHasSecureLockScreen) { in testSetAndGetRequiredPasswordComplexity_onParent()
46 if (!mHasSecureLockScreen) { in testSetAndGetPasswordHistoryLength_onParent()
60 if (!mHasSecureLockScreen) { in testGetPasswordComplexity_onParent()
71 if (!mHasSecureLockScreen) { in testSetAndGetPasswordExpirationTimeout_onParent()
85 if (!mHasSecureLockScreen) { in testGetPasswordExpiration_onParent()
100 if (!mHasSecureLockScreen) { in testGetMaximumPasswordLength_onParent()
155 if (!mHasSecureLockScreen) { in testSetAndGetMaximumFailedPasswordsForWipe_onParent()
190 if (!mHasSecureLockScreen) { in testSetAndGetTrustAgentConfiguration_onParent()
208 if (!mHasSecureLockScreen) { in testSetAndGetRequiredStrongAuthTimeout_onParent()
DBaseManagedProfileTest.java42 protected boolean mHasSecureLockScreen; field in BaseManagedProfileTest
60 mHasSecureLockScreen = mContext.getPackageManager().hasSystemFeature( in setUp()
/cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
DDeviceAdminTest.java44 if (!mHasSecureLockScreen) { in testGetMaximumFailedPasswordsForWipe()
55 if (!mHasSecureLockScreen) { in testPasswordHistoryLength()
75 if (!mHasSecureLockScreen) { in testPasswordExpirationTimeout()
DBaseDeviceAdminTest.java34 protected boolean mHasSecureLockScreen; field in BaseDeviceAdminTest
46 mHasSecureLockScreen = mContext.getPackageManager() in setUp()
DDeviceAdminWithEnterprisePoliciesBlockedTest.java49 if (!mHasSecureLockScreen) { in testPasswordHistoryLength()
108 if (!mHasSecureLockScreen) { in testPasswordExpirationTimeout()
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DDeviceAndProfileOwnerTransferIncomingTest.java70 protected boolean mHasSecureLockScreen; field in DeviceAndProfileOwnerTransferIncomingTest
77 mHasSecureLockScreen = mContext.getPackageManager().hasSystemFeature( in setUp()
DTransferProfileOwnerIncomingTest.java48 if (mHasSecureLockScreen) { in testTransferPoliciesAreRetainedAfterTransfer()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java65 protected boolean mHasSecureLockScreen; field in BaseDeviceOwnerTest
89 mHasSecureLockScreen = mContext.getPackageManager().hasSystemFeature( in setUp()
DDevicePolicySafetyCheckerIntegrationTest.java123 if (mHasSecureLockScreen) {
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DBaseDeviceAdminTest.java139 protected boolean mHasSecureLockScreen; field in BaseDeviceAdminTest
154 mHasSecureLockScreen = mContext.getPackageManager().hasSystemFeature( in setUp()
DSecurityLoggingTest.java279 if (mHasSecureLockScreen) { in verifyAdminEventsPresent()
289 if (!mHasSecureLockScreen) { in verifyPasswordChangedEventsPresent()
371 if (mHasSecureLockScreen) { in generateAdminEvents()
381 if (!mHasSecureLockScreen) { in generatePasswordChangedEvents()
787 if (mHasSecureLockScreen) { in generateLockingPolicyEvents()
801 if (mHasSecureLockScreen) { in verifyLockingPolicyEventsPresent()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java74 private boolean mHasSecureLockScreen; field in DevicePolicyManagerTest
113 mHasSecureLockScreen = in setUp()
416 if (!mDeviceAdmin || !mHasSecureLockScreen) { in testIsUsingUnifiedPassword_failIfNotProfileOwner()