Searched refs:KEYGUARD_DISABLE_FINGERPRINT (Results 1 – 14 of 14) sorted by relevance
21 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;160 .checkIfKeyguardFeaturesDisabled(mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_noEnforcedAdminForManagedProfile()170 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()173 .checkIfKeyguardFeaturesDisabled(mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()202 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()206 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()211 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()253 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()261 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()266 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()[all …]
80 DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in parentConsentRequired()
22 import android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT326 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT) in fingerprintDisabledByDpmChange()436 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT or KEYGUARD_DISABLE_FACE) in devicePolicyControlsFaceAuthenticationEnabledState()450 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT) in devicePolicyControlsFaceAuthenticationEnabledState()
262 return DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT; in mapModalityToDevicePolicyType()
419 isNotActive(userId, DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) in DevicePolicyManager()
1718 .thenReturn(~DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testWorkAuthentication_fingerprintWorksIfNotDisabledByDevicePolicyManager()1733 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testAuthentication_normalAppIgnoresDevicePolicy()1763 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testWorkAuthentication_fingerprintFailsIfDisabledByDevicePolicyManager()
697 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testKeystoreWeakUnlockDisabled_whenWeakFingerprintIsSetupButForbiddenByDevicePolicy()
1703 && (disabledFeatures & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) == 0 in isWeakUnlockMethodEnabled()
7218 public static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5; field in DevicePolicyManager7254 | DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
1375 & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) != 0 in isFingerprintDisabled()
2587 dpm.setKeyguardDisabledFeatures(admin1, DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testSetKeyguardDisabledFeaturesWithPO()2590 DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testSetKeyguardDisabledFeaturesWithPO()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5425 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20
8374 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20