Searched refs:hasUid (Results 1 – 3 of 3) sorted by relevance
28 bool hasUid(uid_t uid) const;
23 bool UidRanges::hasUid(uid_t uid) const { in hasUid() function in UidRanges
40 return mUidRanges.hasUid(uid); in appliesToUser()