Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java20 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
81 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_noEnforcedAdminForManagedProfile()
91 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()
94 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()
124 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
128 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
133 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
177 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
185 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
190 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java3350 public static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5; field in DevicePolicyManager
3371 | DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java582 & DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT) != 0 in isFingerprintDisabled()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5425 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt6475 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20
Dsystem-current.txt6719 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20