Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DUnifiedProfilePasswordCache.java80 public void storePassword(int userId, LockscreenCredential password, long parentSid) { in storePassword() argument
81 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()
99 .setBoundToSpecificSecureUserId(parentSid) in storePassword()
DLockSettingsService.java464 final long parentSid; in tieProfileLockIfNecessary() local
469 parentSid = getGateKeeperService().getSecureUserId(parent.id); in tieProfileLockIfNecessary()
470 if (parentSid == 0) { in tieProfileLockIfNecessary()
482 parentSid); in tieProfileLockIfNecessary()
1548 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile() local
1550 mUnifiedProfilePasswordCache.storePassword(userId, credential, parentSid); in getDecryptedPasswordForTiedProfile()
2119 final long parentSid; in tieProfileLockToParent() local
2121 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()
2145 .setBoundToSpecificSecureUserId(parentSid) in tieProfileLockToParent()