Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java5116 int callingUid, boolean allowed, boolean canInteractAcrossUsers) { in getRunningServiceInfoLocked() argument
5122 if (canInteractAcrossUsers) { in getRunningServiceInfoLocked()
H A DActivityManagerService.java11839 final boolean canInteractAcrossUsers = (ActivityManager.checkUidPermission( in getServices()
11845 allowed, canInteractAcrossUsers); in getServices()