Searched refs:isLockTiedToParent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1379 int credentialType, byte[] credential, int userId, boolean isLockTiedToParent) { in sendCredentialsOnChangeIfRequired() argument 1383 if (isLockTiedToParent) { in sendCredentialsOnChangeIfRequired() 1441 boolean isLockTiedToParent) throws RemoteException { in setLockCredentialInternal() argument 1453 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 1470 credentialType, credential, userId, isLockTiedToParent); in setLockCredentialInternal() 1505 requestedQuality, userId, allowUntrustedChange, isLockTiedToParent); in setLockCredentialInternal() 1524 credentialType, credential, userId, isLockTiedToParent); in setLockCredentialInternal() 2657 boolean allowUntrustedChange, boolean isLockTiedToParent) throws RemoteException { in spBasedSetLockCredentialInternalLocked() argument 2723 sendCredentialsOnChangeIfRequired(credentialType, credential, userId, isLockTiedToParent); in spBasedSetLockCredentialInternalLocked()
|