Searched refs:allowUntrustedChange (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 691 public boolean clearLock(byte[] savedCredential, int userHandle, boolean allowUntrustedChange) { in clearLock() argument 698 allowUntrustedChange); in clearLock() 772 int userId, boolean allowUntrustedChange) { in saveLockPattern() argument 787 PASSWORD_QUALITY_SOMETHING, userId, allowUntrustedChange); in saveLockPattern() 961 int requestedQuality, int userHandle, boolean allowUntrustedChange) { in saveLockPassword() argument 983 requestedQuality, userHandle, allowUntrustedChange); in saveLockPassword()
|
D | ILockSettings.aidl | 45 …t type, in byte[] savedCredential, int requestedQuality, int userId, boolean allowUntrustedChange); in setLockCredential() argument
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1466 boolean allowUntrustedChange) throws RemoteException { in setLockCredential() argument 1475 allowUntrustedChange, /* isLockTiedToParent= */ false); in setLockCredential() 1491 byte[] savedCredential, int requestedQuality, int userId, boolean allowUntrustedChange, in setLockCredentialInternal() argument 1504 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 1556 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 2719 boolean allowUntrustedChange, boolean isLockTiedToParent) throws RemoteException { in spBasedSetLockCredentialInternalLocked() argument 2757 if (!allowUntrustedChange) { in spBasedSetLockCredentialInternalLocked()
|