Home
last modified time | relevance | path

Searched refs:boundClientUids (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java576 final ArraySet<Integer> boundClientUids = new ArraySet<>(); in updateBoundClientUids() local
587 boundClientUids.add(cr.clientUid); in updateBoundClientUids()
592 mBoundClientUids = boundClientUids; in updateBoundClientUids()