Home
last modified time | relevance | path

Searched refs:KEYGUARD_DISABLE_SECURE_CAMERA (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyguardDisabledFeaturesTest.java27 DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledFeatures()
32 DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledFeatures()
50 DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledFeatures_onParentSilentIgnoreWhenCallerIsNotOrgOwnedPO()
61 DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledFeatures_onParent()
66 DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledFeatures_onParent()
DDevicePolicyLoggingTest.java22 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_SECURE_CAMERA;
85 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_SECURE_CAMERA); in testSetKeyguardDisabledSecureCameraLogged()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java175 private static final int KEYGUARD_DISABLE_SECURE_CAMERA = 1 << 1; field in DeviceAndProfileOwnerTest
1505 .setInt(KEYGUARD_DISABLE_SECURE_CAMERA) in testSetKeyguardDisabledSecureCameraLogged()