/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintProfileStatusPreferenceControllerTest.java | 87 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 D | LockUnificationPreferenceControllerTest.java | 88 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 D | BiometricFaceProfileStatusPreferenceController.java | 42 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
|
H A D | BiometricFingerprintProfileStatusPreferenceController.java | 42 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
|
H A D | CombinedBiometricProfileStatusPreferenceController.java | 55 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
H A D | FingerprintProfileStatusPreferenceController.java | 49 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceProfileStatusPreferenceController.java | 62 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId); in isUserSupported()
|
/aosp12/packages/apps/Settings/src/com/android/settings/security/ |
H A D | ChangeProfileScreenLockPreferenceController.java | 55 !mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileChallengeUserId)) { in isAvailable()
|
H A D | LockUnificationPreferenceController.java | 110 && mLockPatternUtils.isSeparateProfileChallengeAllowed(mProfileUserId); in isAvailable()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | SetNewPasswordController.java | 79 if (lockPatternUtils.isSeparateProfileChallengeAllowed(callingUserId)) { in create()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 853 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 D | IDevicePolicyManager.aidl | 382 boolean isSeparateProfileChallengeAllowed(int userHandle); in isSeparateProfileChallengeAllowed() method
|
H A D | DevicePolicyManager.java | 3286 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 D | DevicePolicyManagerService.java | 3828 public boolean isSeparateProfileChallengeAllowed(int userHandle) {
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2531 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 D | art-profile | 16917 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->isSeparateProfileChallengeAllowed(I…
|