Searched refs:parentSid (Results 1 – 2 of 2) sorted by relevance
79 public void storePassword(int userId, LockscreenCredential password, long parentSid) { in storePassword() argument80 if (parentSid == GateKeeper.INVALID_SECURE_USER_ID) return; in storePassword()98 .setBoundToSpecificSecureUserId(parentSid) in storePassword()
406 final long parentSid; in tieProfileLockIfNecessary() local411 parentSid = getGateKeeperService().getSecureUserId(parentId); in tieProfileLockIfNecessary()412 if (parentSid == 0) { in tieProfileLockIfNecessary()424 parentSid); in tieProfileLockIfNecessary()1355 long parentSid = getGateKeeperService().getSecureUserId( in getDecryptedPasswordForTiedProfile() local1357 mManagedProfilePasswordCache.storePassword(userId, credential, parentSid); in getDecryptedPasswordForTiedProfile()1928 final long parentSid; in tieProfileLockToParent() local1930 parentSid = getGateKeeperService().getSecureUserId(parentUserId); in tieProfileLockToParent()1954 .setBoundToSpecificSecureUserId(parentSid) in tieProfileLockToParent()