Home
last modified time | relevance | path

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

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
H A DAutoGrantPermissionsNotifier.java100 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in AutoGrantPermissionsNotifier() local
218 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in getSettingsPermissionIntent() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java180 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForCallingUser() local
194 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForAllUser() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTaskImpl.java130 int callingUser = UserHandle.getCallingUserId(); in startActivity() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DVideoProviderProxy.java584 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
H A DTelecomServiceImpl.java2124 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java600 int callingUser = UserHandle.getCallingUserId(); in checkCallerIsSystemOrActiveUser() local
623 int callingUser = UserHandle.getCallingUserId(); in checkCallerIsSystemOrActiveOrManagedUser() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDragDropControllerTests.java410 ArgumentCaptor<Integer> callingUser = ArgumentCaptor.forClass(Integer.class); in testValidateProfileAppShortcutArguments_notCallingUid() local
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
H A DAppSearchManagerService.java294 private void verifyUserUnlocked(@NonNull UserHandle callingUser) { in verifyUserUnlocked()
300 private boolean isUserLocked(@NonNull UserHandle callingUser) { in isUserLocked()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DWifiPermissionsUtil.java442 UserHandle callingUser = UserHandle.getUserHandleForUid(uid); in isCurrentProfile() local
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java290 final UserHandle callingUser = Binder.getCallingUserHandle(); in createProjection() local
/aosp12/frameworks/base/services/core/java/com/android/server/slice/
H A DSliceManagerService.java148 int callingUser = Binder.getCallingUserHandle().getIdentifier(); in getPinnedSlices() local
/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java1229 UserInfo callingUser = mUserManager.getUserInfo(callingUserId); in removeUser() local
1445 UserInfo callingUser = mUserManager.getUserInfo(callingUserId); in handleCreateUser() local
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1361 final int callingUser = UserHandle.getCallingUserId(); in enforceCrossUserPermission() local
1377 final int callingUser = UserHandle.getCallingUserId(); in enforceNonFullCrossUserPermission() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java543 ServiceRecord getServiceByNameLocked(ComponentName name, int callingUser) { in getServiceByNameLocked()
550 boolean hasBackgroundServicesLocked(int callingUser) { in hasBackgroundServicesLocked()
594 private ServiceMap getServiceMapLocked(int callingUser) { in getServiceMapLocked()
603 ArrayMap<ComponentName, ServiceRecord> getServicesLocked(int callingUser) { in getServicesLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2120 final int callingUser = UserHandle.getCallingUserId(); in hasNamedWallpaper() local
2563 final UserHandle callingUser = Binder.getCallingUserHandle(); in removeOnLocalColorsChangedListener() local
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java2487 int callingUser = UserHandle.getCallingUserId(); in checkIfCallerIsForegroundUser() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java2354 UserHandle callingUser = UserHandle.getUserHandleForUid(Binder.getCallingUid()); in getSmsTracker() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java2598 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startDiscovery() local
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java2496 final int callingUser = UserHandle.getUserId(callingUid); in enforceManageAppOpsModes() local