Searched refs:getCandidates (Results 1 – 3 of 3) sorted by relevance
105 private List<Integer> getCandidates(final int[] input, final int capacity) {113 return sketcher.getCandidates(null);118 final List<Integer> candidates = getCandidates(input, capacity);
82 List<T> getCandidates(@Nullable List<T> holder); in getCandidates() method305 public List<T> getCandidates(final @Nullable List<T> holder) { in getCandidates() method in HeavyHitterSketch.HeavyHitterSketchImpl
361 sketch.getCandidates(mCachedCandidateList); in onTransaction()