Searched refs:canInteractAcrossUsers (Results 1 – 3 of 3) sorted by relevance
560 boolean canInteractAcrossUsers, @Nullable int[] uids, @NonNull IBinder token) { in UidObserverRegistration() argument565 this.mCanInteractAcrossUsers = canInteractAcrossUsers; in UidObserverRegistration()
6722 int callingUid, boolean allowed, boolean canInteractAcrossUsers) { in getRunningServiceInfoLocked() argument6728 if (canInteractAcrossUsers) { in getRunningServiceInfoLocked()
13241 final boolean canInteractAcrossUsers = (ActivityManager.checkUidPermission( in getServices()13247 allowed, canInteractAcrossUsers); in getServices()