Home
last modified time | relevance | path

Searched refs:isContentRedirectionAllowedForUser (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/
H A DContentProvider.java878 return isContentRedirectionAllowedForUser(callingUserId); in checkUser()
893 private boolean isContentRedirectionAllowedForUser(int incomingUserId) { in isContentRedirectionAllowedForUser() method in ContentProvider
2750 && !isContentRedirectionAllowedForUser(userId)) { in validateIncomingUri()