Searched refs:boundClientUids (Results 1 – 2 of 2) sorted by relevance
447 public void setBoundClientUids(ArraySet<Integer> boundClientUids) { in setBoundClientUids() argument448 mBoundClientUids = boundClientUids; in setBoundClientUids()
1203 ArraySet<Integer> boundClientUids = new ArraySet<>(); in updateBoundClientUids() local1212 boundClientUids.add(c.get(i).clientUid); in updateBoundClientUids()1216 mBoundClientUids = boundClientUids; in updateBoundClientUids()