Searched refs:hasAuthorityAccess (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 618 if (!hasAuthorityAccess(authority, callingUid, userId)) { in requestSync() 674 if (!hasAuthorityAccess(request.getProvider(), callingUid, userId)) { in syncAsUser() 884 if (!hasAuthorityAccess(providerName, callingUid, userId)) { in getSyncAutomaticallyAsUser() 918 if (!hasAuthorityAccess(providerName, callingUid, userId)) { in setSyncAutomaticallyAsUser() 952 if (!hasAuthorityAccess(authority, callingUid, userId)) { in addPeriodicSync() 989 if (!hasAuthorityAccess(authority, callingUid, userId)) { in removePeriodicSync() 1022 if (!hasAuthorityAccess(providerName, callingUid, userId)) { in getPeriodicSyncs() 1055 if (!hasAuthorityAccess(providerName, callingUid, userId)) { in getIsSyncableAsUser() 1093 if (!hasAuthorityAccess(providerName, callingUid, userId)) { in setIsSyncableAsUser() 1164 if (!hasAuthorityAccess(authority, callingUid, userId)) { in isSyncActive() [all …]
|