Searched refs:checkAuthorityGrants (Results 1 – 1 of 1) sorted by relevance
9233 if (checkAuthorityGrants(callingUid, cpi, tmpTargetUserId, checkUser)) { in checkContentProviderPermissionLocked()9280 if (!checkedGrants && checkAuthorityGrants(callingUid, cpi, userId, checkUser)) { in checkContentProviderPermissionLocked()9303 boolean checkAuthorityGrants(int callingUid, ProviderInfo cpi, int userId, boolean checkUser) { in checkAuthorityGrants() method