Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1902 final long oldProtectorId = getCurrentLskfBasedProtectorId(userId); in setLockCredentialInternal() local
1904 getGateKeeperService(), oldProtectorId, savedCredential, userId, null); in setLockCredentialInternal()
2992 final long oldProtectorId = getCurrentLskfBasedProtectorId(userId); in setCurrentLskfBasedProtectorId() local
2994 setLong(PREV_LSKF_BASED_PROTECTOR_ID_KEY, oldProtectorId, userId); in setCurrentLskfBasedProtectorId()
3082 final long oldProtectorId = getCurrentLskfBasedProtectorId(userId); in setLockCredentialWithSpLocked() local
3128 mSpManager.destroyLskfBasedProtector(oldProtectorId, userId); in setLockCredentialWithSpLocked()