Searched refs:hasSeparateChallenge (Results 1 – 3 of 3) sorted by relevance
912 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
22274 HSPLcom/android/internal/widget/LockPatternUtils;->hasSeparateChallenge(I)Z
22338 HSPLcom/android/internal/widget/LockPatternUtils;->hasSeparateChallenge(I)Z