Searched refs:allowListsToSend (Results 1 – 1 of 1) sorted by relevance
16051 final List<SparseArray<int[]>> allowListsToSend = new ArrayList(pkgList.length); in sendPackagesSuspendedForUser() local16066 for (int j = 0; j < allowListsToSend.size(); j++) { in sendPackagesSuspendedForUser()16067 if (Arrays.equals(allowListsToSend.get(j).get(userId), allowList.get(userId))) { in sendPackagesSuspendedForUser()16077 allowListsToSend.add(allowList); in sendPackagesSuspendedForUser()16087 final SparseArray<int[]> allowList = allowListsToSend.get(i).size() == 0 in sendPackagesSuspendedForUser()16088 ? null : allowListsToSend.get(i); in sendPackagesSuspendedForUser()