Searched refs:allowListsToSend (Results 1 – 1 of 1) sorted by relevance
16168 final List<SparseArray<int[]>> allowListsToSend = new ArrayList(pkgList.length); in sendPackagesSuspendedForUser() local16183 for (int j = 0; j < allowListsToSend.size(); j++) { in sendPackagesSuspendedForUser()16184 if (Arrays.equals(allowListsToSend.get(j).get(userId), allowList.get(userId))) { in sendPackagesSuspendedForUser()16194 allowListsToSend.add(allowList); in sendPackagesSuspendedForUser()16204 final SparseArray<int[]> allowList = allowListsToSend.get(i).size() == 0 in sendPackagesSuspendedForUser()16205 ? null : allowListsToSend.get(i); in sendPackagesSuspendedForUser()