Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl56 byte[] getHashFactor(in byte[] currentCredential, int userId); in getHashFactor() argument
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2795 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() argument
2797 if (currentCredential == null || currentCredential.length == 0) { in getHashFactor()
2798 currentCredential = null; in getHashFactor()
2802 currentCredential = getDecryptedPasswordForTiedProfile(userId); in getHashFactor()
2815 getGateKeeperService(), handle, currentCredential, userId, null); in getHashFactor()