Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2772 private void setCurrentLskfBasedProtectorId(long newProtectorId, int userId) { in setCurrentLskfBasedProtectorId() argument
2774 setLong(CURRENT_LSKF_BASED_PROTECTOR_ID_KEY, newProtectorId, userId); in setCurrentLskfBasedProtectorId()
2865 final long newProtectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in setLockCredentialWithSpLocked() local
2891 setCurrentLskfBasedProtectorId(newProtectorId, userId); in setLockCredentialWithSpLocked()
2908 return newProtectorId; in setLockCredentialWithSpLocked()