Searched refs:setKeyguardDisabledFeatures (Results 1 – 7 of 7) sorted by relevance
86 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in primaryUserUnredactedRestrictionTest()98 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in primaryUserNotificationRestrictionTest()130 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in managedProfileUnredactedRestrictionTest()
163 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in displayPreference_adminSaysNoRedaction()178 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in displayPreference_adminSaysNoSecure()193 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures(0); in displayPreference()306 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in isChecked_admin()
157 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in updateState_dpmSaysNo()
126 .setKeyguardDisabledFeatures(DevicePolicyManager.KEYGUARD_DISABLE_FACE); in faceDisabled_whenAdminAndNoFingerprintsEnrolled()140 .setKeyguardDisabledFeatures(DevicePolicyManager.KEYGUARD_DISABLE_FACE); in faceNotDisabled_whenAdminAndFingerprintsEnrolled()
128 .setKeyguardDisabledFeatures(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in fingerprintDisabled_whenAdminAndNoFingerprintsEnrolled()142 .setKeyguardDisabledFeatures(DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT); in fingerprintNotDisabled_whenAdminAndFingerprintsEnrolled()
154 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures(0); in onStart_hasUnrestrictedTrustAgent_shouldAddThreeChangeablePreferences()180 ShadowRestrictedLockUtilsInternal.setKeyguardDisabledFeatures( in onStart_hasRestrictedTructAgent_shouldAddThreeUnchangeablePreferences()
166 public static void setKeyguardDisabledFeatures(int features) { in setKeyguardDisabledFeatures() method in ShadowRestrictedLockUtilsInternal