HomeSort by relevance Sort by last modified time
    Searched refs:canAccessComponent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/search/
Searchables.java 129 if (pm.canAccessComponent(Binder.getCallingUid(), result.getSearchActivity(),
190 if (pm.canAccessComponent(Binder.getCallingUid(), result.getSearchActivity(),
470 if (pm.canAccessComponent(callingUid, info.getSearchActivity(), callingUserId)) {
486 if (pm.canAccessComponent(
502 && pm.canAccessComponent(callingUid, mCurrentGlobalSearchActivity, callingUserId)) {
516 && pm.canAccessComponent(callingUid, mWebSearchActivity, callingUserId)) {
  /frameworks/base/core/java/android/content/pm/
PackageManagerInternal.java 510 public abstract boolean canAccessComponent(int callingUid, ComponentName component, int userId);
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 540 milliseconds