Home
last modified time | relevance | path

Searched refs:setKeystorePassword (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1257 private void setKeystorePassword(byte[] password, int userHandle) { in setKeystorePassword() method in LockSettingsService
1660 setKeystorePassword(null, userId); in setLockCredentialInternal()
1815 setKeystorePassword(toEnroll, userId); in enrollCredential()
2638 setKeystorePassword(auth.deriveKeyStorePassword(), userId); in initializeSyntheticPasswordLocked()
2641 setKeystorePassword(null, userId); in initializeSyntheticPasswordLocked()
2825 setKeystorePassword(auth.deriveKeyStorePassword(), userId); in setLockCredentialWithAuthTokenLocked()
2842 setKeystorePassword(null, userId); in setLockCredentialWithAuthTokenLocked()
/frameworks/base/services/
Dart-profile18701 PLcom/android/server/locksettings/LockSettingsService;->setKeystorePassword([BI)V