Searched refs:sampledUids (Results 1 – 1 of 1) sorted by relevance
195 List<Integer> sampledUids = new ArrayList<>(); in getSampleStats() local197 sampledUids.add(mAccessStatsPerPackage.keyAt(i)); in getSampleStats()200 if (sampledUids.size() > UID_SAMPLES_COUNT_LIMIT) { in getSampleStats()201 Collections.shuffle(sampledUids); in getSampleStats()202 sampledUids = sampledUids.subList(0, UID_SAMPLES_COUNT_LIMIT); in getSampleStats()204 for (Integer uid : sampledUids) { in getSampleStats()