Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/utils/
DPermissionsUtils.java188 boolean canInteractAcrossUsers = context.checkCallingPermission(INTERACT_ACROSS_USERS) in enforceCallerCanManageAssociationsForPackage()
196 } else if (canInteractAcrossUsers && canManageCompanionDevices) { in enforceCallerCanManageAssociationsForPackage()
/frameworks/base/services/core/java/com/android/server/am/
DUidObserverController.java560 boolean canInteractAcrossUsers, @Nullable int[] uids, @NonNull IBinder token) { in UidObserverRegistration() argument
565 this.mCanInteractAcrossUsers = canInteractAcrossUsers; in UidObserverRegistration()
DActiveServices.java7422 int callingUid, boolean allowed, boolean canInteractAcrossUsers) { in getRunningServiceInfoLocked() argument
7428 if (canInteractAcrossUsers) { in getRunningServiceInfoLocked()