Searched refs:parentSid (Results 1 – 2 of 2) sorted by relevance
80 public void storePassword(int userId, LockscreenCredential password, long parentSid) { in storePassword() argument81 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()99 .setBoundToSpecificSecureUserId(parentSid) in storePassword()
464 final long parentSid; in tieProfileLockIfNecessary() local469 parentSid = getGateKeeperService().getSecureUserId(parent.id); in tieProfileLockIfNecessary()470 if (parentSid == 0) { in tieProfileLockIfNecessary()482 parentSid); in tieProfileLockIfNecessary()1548 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile() local1550 mUnifiedProfilePasswordCache.storePassword(userId, credential, parentSid); in getDecryptedPasswordForTiedProfile()2119 final long parentSid; in tieProfileLockToParent() local2121 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()2145 .setBoundToSpecificSecureUserId(parentSid) in tieProfileLockToParent()