Searched refs:shiftedPolicyId (Results 1 – 1 of 1) sorted by relevance
69 long shiftedPolicyId = Integer.toUnsignedLong(policyId) << 32; in combinePolicyIdAndUid() local70 return shiftedPolicyId | Integer.toUnsignedLong(uid); in combinePolicyIdAndUid()