Searched refs:profileUserPassword (Results 1 – 1 of 1) sorted by relevance
438 LockscreenCredential profileUserPassword) { in tieProfileLockIfNecessary() argument458 if (!isUserSecure(parent.id) && !profileUserPassword.isNone()) { in tieProfileLockIfNecessary()460 setLockCredentialInternal(LockscreenCredential.createNone(), profileUserPassword, in tieProfileLockIfNecessary() local478 setLockCredentialInternal(unifiedProfilePassword, profileUserPassword, profileUserId, in tieProfileLockIfNecessary()1323 LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabled() argument1326 && profileUserPassword != null in setSeparateProfileChallengeEnabled()1327 && profileUserPassword.getType() != CREDENTIAL_TYPE_NONE) { in setSeparateProfileChallengeEnabled()1332 setSeparateProfileChallengeEnabledLocked(userId, enabled, profileUserPassword != null in setSeparateProfileChallengeEnabled()1333 ? profileUserPassword : LockscreenCredential.createNone()); in setSeparateProfileChallengeEnabled()1340 boolean enabled, LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabledLocked() argument[all …]