Searched refs:dedup (Results 1 – 2 of 2) sorted by relevance
118 final Set<Integer> dedup = new ArraySet<>(); in BatteryStatsHistory() local130 dedup.add(c); in BatteryStatsHistory()137 if (!dedup.isEmpty()) { in BatteryStatsHistory()138 mFileNumbers.addAll(dedup); in BatteryStatsHistory()
248 def dedup(self): member in Hyph412 dedup_ix, dedup_nodes = hyph.dedup()