Home
last modified time | relevance | path

Searched refs:KEYGUARD_DISABLE_FINGERPRINT (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java21 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 …]
/frameworks/base/core/java/android/hardware/biometrics/
DParentalControlsUtilsInternal.java80 DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in parentConsentRequired()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepositoryTest.kt22 import android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT
326 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT) in fingerprintDisabledByDpmChange()
436 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT or KEYGUARD_DISABLE_FACE) in devicePolicyControlsFaceAuthenticationEnabledState()
450 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT) in devicePolicyControlsFaceAuthenticationEnabledState()
/frameworks/base/services/core/java/com/android/server/biometrics/
DPreAuthInfo.java262 return DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT; in mapModalityToDevicePolicyType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DBiometricSettingsRepository.kt419 isNotActive(userId, DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) in DevicePolicyManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1718 .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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java697 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testKeystoreWeakUnlockDisabled_whenWeakFingerprintIsSetupButForbiddenByDevicePolicy()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1703 && (disabledFeatures & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) == 0 in isWeakUnlockMethodEnabled()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java7218 public static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5; field in DevicePolicyManager
7254 | DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1375 & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) != 0 in isFingerprintDisabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2587 dpm.setKeyguardDisabledFeatures(admin1, DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testSetKeyguardDisabledFeaturesWithPO()
2590 DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in testSetKeyguardDisabledFeaturesWithPO()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5425 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20
/frameworks/base/core/api/
Dcurrent.txt8374 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20