Home
last modified time | relevance | path

Searched defs:checkContentProviderAccess (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java1108 String checkContentProviderAccess(String authority, int userId) { in checkContentProviderAccess() method in ContentProviderHelper
H A DActivityManagerService.java17502 public String checkContentProviderAccess(String authority, int userId) { in checkContentProviderAccess() method in ActivityManagerService.LocalService
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java125 public abstract String checkContentProviderAccess(String authority, @UserIdInt int userId); in checkContentProviderAccess() method in ActivityManagerInternal