Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DManagedProfilePasswordCache.java79 public void storePassword(int userId, LockscreenCredential password, long parentSid) { in storePassword() argument
80 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()
98 .setBoundToSpecificSecureUserId(parentSid) in storePassword()
H A DLockSettingsService.java406 final long parentSid; in tieProfileLockIfNecessary() local
411 parentSid = getGateKeeperService().getSecureUserId(parentId); in tieProfileLockIfNecessary()
412 if (parentSid == 0) { in tieProfileLockIfNecessary()
424 parentSid); in tieProfileLockIfNecessary()
1355 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile() local
1357 mManagedProfilePasswordCache.storePassword(userId, credential, parentSid); in getDecryptedPasswordForTiedProfile()
1928 final long parentSid; in tieProfileLockToParent() local
1930 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()
1954 .setBoundToSpecificSecureUserId(parentSid) in tieProfileLockToParent()