Searched refs:IsTrustedUid (Results 1 – 3 of 3) sorted by relevance
28 bool IsTrustedUid(uid_t uid, bool use_cache = true);
15 bool IsTrustedUid(uid_t uid, bool use_cache) { in IsTrustedUid() function
22 using android::dvr::IsTrustedUid;74 return IsTrustedUid(sender.GetEffectiveUserId()); in Check()