Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java522 final ArraySet<Integer> boundClientUids = new ArraySet<>(); in updateBoundClientUids() local
533 boundClientUids.add(cr.clientUid); in updateBoundClientUids()
538 mBoundClientUids = boundClientUids; in updateBoundClientUids()