Searched refs:mBoundClientUids (Results 1 – 1 of 1) sorted by relevance
263 private ArraySet<Integer> mBoundClientUids = new ArraySet<>(); field in ProcessRecord1190 mBoundClientUids.add(clientUid); in addBoundClientUid()1191 mWindowProcessController.setBoundClientUids(mBoundClientUids); in addBoundClientUid()1213 mBoundClientUids = boundClientUids; in updateBoundClientUids()1214 mWindowProcessController.setBoundClientUids(mBoundClientUids); in updateBoundClientUids()1225 mBoundClientUids.add(c.get(i).clientUid); in addBoundClientUidsOfNewService()1228 mWindowProcessController.setBoundClientUids(mBoundClientUids); in addBoundClientUidsOfNewService()1232 mBoundClientUids.clear(); in clearBoundClientUids()1233 mWindowProcessController.setBoundClientUids(mBoundClientUids); in clearBoundClientUids()