Searched refs:boundClientUids (Results 1 – 2 of 2) sorted by relevance
440 public void setBoundClientUids(ArraySet<Integer> boundClientUids) { in setBoundClientUids() argument441 mBoundClientUids = boundClientUids; in setBoundClientUids()
1200 ArraySet<Integer> boundClientUids = new ArraySet<>(); in updateBoundClientUids() local1209 boundClientUids.add(c.get(i).clientUid); in updateBoundClientUids()1213 mBoundClientUids = boundClientUids; in updateBoundClientUids()