Searched refs:isLockTiedToParent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1430 int credentialType, byte[] credential, int userId, boolean isLockTiedToParent) { in sendCredentialsOnChangeIfRequired() argument 1434 if (isLockTiedToParent) { in sendCredentialsOnChangeIfRequired() 1492 boolean isLockTiedToParent) throws RemoteException { in setLockCredentialInternal() argument 1504 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 1521 credentialType, credential, userId, isLockTiedToParent); in setLockCredentialInternal() 1556 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 1576 credentialType, credential, userId, isLockTiedToParent); in setLockCredentialInternal() 2719 boolean allowUntrustedChange, boolean isLockTiedToParent) throws RemoteException { in spBasedSetLockCredentialInternalLocked() argument 2785 sendCredentialsOnChangeIfRequired(credentialType, credential, userId, isLockTiedToParent); in spBasedSetLockCredentialInternalLocked()
|