Searched refs:isManagedProfileWithUnifiedChallenge (Results 1 – 3 of 3) sorted by relevance
235 if (mLockPatternUtils.isManagedProfileWithUnifiedChallenge(mCurrentUserId)) { in checkCredential()249 if (!mLockPatternUtils.isManagedProfileWithUnifiedChallenge(mCurrentUserId)) { in checkCredential()
701 if (mLockPatternUtils.isManagedProfileWithUnifiedChallenge(profileHandle)) { in setDeviceLockedForUser()
1143 public boolean isManagedProfileWithUnifiedChallenge(int userHandle) { in isManagedProfileWithUnifiedChallenge() method in LockPatternUtils