Home
last modified time | relevance | path

Searched refs:isSeparateProfileChallengeAllowed (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintProfileStatusPreferenceControllerTest.java87 when(mLockPatternUtils.isSeparateProfileChallengeAllowed(anyInt())).thenReturn(true); in isUserSupported_separateChallengeAllowed_true()
93 when(mLockPatternUtils.isSeparateProfileChallengeAllowed(anyInt())).thenReturn(false); in isUserSupported_separateChallengeNotAllowed_false()
101 when(mLockPatternUtils.isSeparateProfileChallengeAllowed(anyInt())).thenReturn(false); in getAvailabilityStatus_userNotSupported_DISABLED()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/security/
H A DLockUnificationPreferenceControllerTest.java88 when(mLockPatternUtils.isSeparateProfileChallengeAllowed(anyInt())).thenReturn(false); in isAvailable_separateChallengeNotAllowed_false()
96 when(mLockPatternUtils.isSeparateProfileChallengeAllowed(anyInt())).thenReturn(true); in isAvailable_separateChallengeAllowed_true()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/combination/
H A DBiometricFaceProfileStatusPreferenceController.java42 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
H A DBiometricFingerprintProfileStatusPreferenceController.java42 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
H A DCombinedBiometricProfileStatusPreferenceController.java55 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintProfileStatusPreferenceController.java49 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceProfileStatusPreferenceController.java62 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DChangeProfileScreenLockPreferenceController.java55 !mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId)) { in isAvailable()
H A DLockUnificationPreferenceController.java110 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileUserId); in isAvailable()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DSetNewPasswordController.java79 if (lockPatternUtils.isSeparateProfileChallengeAllowed(callingUserId)) { in create()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java853 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in LockPatternUtils
855 && getDevicePolicyManager().isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl382 boolean isSeparateProfileChallengeAllowed(int userHandle); in isSeparateProfileChallengeAllowed() method
H A DDevicePolicyManager.java3286 public boolean isSeparateProfileChallengeAllowed(int userHandle) { in isSeparateProfileChallengeAllowed() method in DevicePolicyManager
3289 return mService.isSeparateProfileChallengeAllowed(userHandle); in isSeparateProfileChallengeAllowed()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3828 public boolean isSeparateProfileChallengeAllowed(int userHandle) {
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2531 Landroid/app/admin/DevicePolicyManager;->isSeparateProfileChallengeAllowed(I)Z
2755 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->isSeparateProfileChallengeAllowed(I)Z
3282 Landroid/app/admin/IDevicePolicyManager;->isSeparateProfileChallengeAllowed(I)Z
/aosp12/frameworks/base/services/
H A Dart-profile16917 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeAllowed(I…