Home
last modified time | relevance | path

Searched defs:callingUser (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java158 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForCallingUser() local
172 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForAllUser() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTaskImpl.java134 int callingUser = UserHandle.getCallingUserId(); in startActivity() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java387 UserHandle callingUser = UserHandle.getUserHandleForUid(uid); in isCurrentProfile() local
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java287 final UserHandle callingUser = Binder.getCallingUserHandle(); in createProjection() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java425 ServiceRecord getServiceByNameLocked(ComponentName name, int callingUser) { in getServiceByNameLocked()
432 boolean hasBackgroundServicesLocked(int callingUser) { in hasBackgroundServicesLocked()
476 private ServiceMap getServiceMapLocked(int callingUser) { in getServiceMapLocked()
485 ArrayMap<ComponentName, ServiceRecord> getServicesLocked(int callingUser) { in getServicesLocked()
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java143 int callingUser = Binder.getCallingUserHandle().getIdentifier(); in getPinnedSlices() local
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java1356 final int callingUser = UserHandle.getCallingUserId(); in enforceCrossUserPermission() local
1372 final int callingUser = UserHandle.getCallingUserId(); in enforceNonFullCrossUserPermission() local
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java2323 int callingUser = UserHandle.getCallingUserId(); in checkIfCallerIsForegroundUser() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1919 UserHandle callingUser = UserHandle.getUserHandleForUid(Binder.getCallingUid()); in getSmsTracker() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java24007 int callingUser = UserHandle.getUserId(Binder.getCallingUid()); in getInstallerForPackage() local
24020 int callingUser = UserHandle.getUserId(Binder.getCallingUid()); in getVersionCodeForPackage() local
24033 int callingUser = UserHandle.getUserId(Binder.getCallingUid()); in getTargetSdkVersionForPackage() local
24045 int callingUser = UserHandle.getUserId(Binder.getCallingUid()); in isAudioPlaybackCaptureAllowed() local
24056 int callingUser = UserHandle.getUserId(Binder.getCallingUid()); in getLocationFlags() local
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2184 final int callingUser = UserHandle.getUserId(callingUid); in enforceManageAppOpsModes() local