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.java21 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
149 .checkIfKeyguardFeaturesDisabled(mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_noEnforcedAdminForManagedProfile()
159 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()
162 .checkIfKeyguardFeaturesDisabled(mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile()
191 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
195 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
200 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
242 .thenReturn(KEYGUARD_DISABLE_FINGERPRINT); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
250 mContext, KEYGUARD_DISABLE_FINGERPRINT, mUserId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
255 mContext, KEYGUARD_DISABLE_FINGERPRINT, mProfileId); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
[all …]
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java4414 public static final int KEYGUARD_DISABLE_FINGERPRINT = 1 << 5; field in DevicePolicyManager
4443 | DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java959 & 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/non-updatable-api/
Dcurrent.txt6928 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt6928 field public static final int KEYGUARD_DISABLE_FINGERPRINT = 32; // 0x20