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.java2733 public byte[] getHashFactor(byte[] currentCredential, int userId) throws RemoteException { in getHashFactor() argument
2735 if (currentCredential == null || currentCredential.length == 0) { in getHashFactor()
2736 currentCredential = null; in getHashFactor()
2740 currentCredential = getDecryptedPasswordForTiedProfile(userId); in getHashFactor()
2753 getGateKeeperService(), handle, currentCredential, userId, null); in getHashFactor()