Home
last modified time | relevance | path

Searched refs:hasSeparateChallenge (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java912 return isCredentialSharableWithParent(userHandle) && hasSeparateChallenge(userHandle); in isSeparateProfileChallengeEnabled()
922 return isCredentialSharableWithParent(userHandle) && !hasSeparateChallenge(userHandle); in isProfileWithUnifiedChallenge()
929 return isManagedProfile(userHandle) && !hasSeparateChallenge(userHandle); in isManagedProfileWithUnifiedChallenge()
932 private boolean hasSeparateChallenge(int userHandle) { in hasSeparateChallenge() method in LockPatternUtils
/frameworks/base/boot/
Dboot-image-profile.txt22274 HSPLcom/android/internal/widget/LockPatternUtils;->hasSeparateChallenge(I)Z
/frameworks/base/config/
Dboot-image-profile.txt22338 HSPLcom/android/internal/widget/LockPatternUtils;->hasSeparateChallenge(I)Z