Searched refs:policyHashes (Results 1 – 1 of 1) sorted by relevance
198 List<Long> policyHashes = mUidToPolicyHashesMap.get(uid); in getAllPolicyIdsOwnedByUid() local199 if (policyHashes == null) return policyIds; in getAllPolicyIdsOwnedByUid()200 for (long policyHash : policyHashes) { in getAllPolicyIdsOwnedByUid()