/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ |
H A D | AutoGrantPermissionsNotifier.java | 100 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 D | RemoteInputViewTest.java | 180 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 D | AppTaskImpl.java | 130 int callingUser = UserHandle.getCallingUserId(); in startActivity() local
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | VideoProviderProxy.java | 584 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
|
H A D | TelecomServiceImpl.java | 2124 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/ |
H A D | Utils.java | 600 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 D | DragDropControllerTests.java | 410 ArgumentCaptor<Integer> callingUser = ArgumentCaptor.forClass(Integer.class); in testValidateProfileAppShortcutArguments_notCallingUid() local
|
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
H A D | AppSearchManagerService.java | 294 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 D | WifiPermissionsUtil.java | 442 UserHandle callingUser = UserHandle.getUserHandleForUid(uid); in isCurrentProfile() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/projection/ |
H A D | MediaProjectionManagerService.java | 290 final UserHandle callingUser = Binder.getCallingUserHandle(); in createProjection() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/slice/ |
H A D | SliceManagerService.java | 148 int callingUser = Binder.getCallingUserHandle().getIdentifier(); in getPinnedSlices() local
|
/aosp12/packages/services/Car/service/src/com/android/car/user/ |
H A D | CarUserService.java | 1229 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 D | ContentService.java | 1361 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 D | ActiveServices.java | 543 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 D | WallpaperManagerService.java | 2120 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 D | BluetoothManagerService.java | 2487 int callingUser = UserHandle.getCallingUserId(); in checkIfCallerIsForegroundUser() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SMSDispatcher.java | 2354 UserHandle callingUser = UserHandle.getUserHandleForUid(Binder.getCallingUid()); in getSmsTracker() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | AdapterService.java | 2598 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startDiscovery() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2496 final int callingUser = UserHandle.getUserId(callingUid); in enforceManageAppOpsModes() local
|