Home
last modified time | relevance | path

Searched defs:KEYGUARD_DISABLE_FINGERPRINT (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DSecurityLoggingTest.java624 mDevicePolicyManager.setKeyguardDisabledFeatures(getWho(), KEYGUARD_DISABLE_FINGERPRINT); in generateLockingPolicyEvents() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java157 private static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5; field in DeviceAndProfileOwnerTest